Remote Control
R&S
®
FSPN
423
User Manual 1179.4363.02 ─ 01
Example:
//Import all compatible traces from an ASCII file into window 2
MMEM:LOAD2:TRAC 'c:\trace.dat'
Example:
//Import all traces stored as window 1 into window 2
MMEM:LOAD2:TRAC 'c:\trace.dat',1
Example:
//Import a single trace from ASCII file
MMEM:LOAD:TRAC 'c:\trace.dat',2,1,5
Manual operation:
See
See
"Source Window / Source Trace"
See
See
11.7.3.4
Trace Mathematics
........................................................................................... 423
CALCulate<n>:MATH[:EXPRession][:DEFine]
...................................................................423
CALCulate<n>:MATH:STATe
<State>
This command turns trace mathematics on and off.
Suffix:
<n>
.
1..n
Parameters:
<State>
ON | 1
Turns trace mathematics on and selects the operation that has
been selected last (or
(TRACE1-TRACE3)
if you have not yet
selected one).
OFF | 0
Turns trace mathematics off.
*RST:
OFF
Example:
//Turn on trace 3, subtract it from trace 2 and write the result to
trace 2
DISP:TRAC3:MODE WRIT
CALC:MATH (TRACE2-TRACE3)
//Turn off trace mathematics
CALC:MATH:STAT OFF
//Turn them on again and selects the operation (TRACE2-
TRACE3).
CALC:MATH:STAT ON
Manual operation:
See
"Selecting the math operation"
CALCulate<n>:MATH[:EXPRession][:DEFine]
<Operation>
This command selects the operation for trace mathematics.
Common Analysis and Display Functions