SCPI Command
CALCulate<Ch>:PARameter<Tr>:DEFine <char>
CALCulate<Ch>:PARameter<Tr>:DEFine?
Selects the measurement parameter of the trace. |
---|
command/query |
Trace <Tr> of channel <Ch>,
<Tr>={[1]|2|...8}
<Ch>={[1]|2|...9}
<char> specifies parameter:
S11, S21 |
S-parameter |
A, B |
Test receivers |
R |
Reference receiver |
{S11|S21|A|B|R}
Depends on the trace number:
Tr1, Tr3, Tr5, Tr7 |
"S11" |
Tr2, Tr4, Tr6, Tr8 |
"S21" |
Responce > Measurement > {S11 | S21 | Abs A | Abs B | Abs R}
Equivalent COM Command
SCPI.CALCulate(Ch).PARameter(Tr).DEFine
StrMeas = app.SCPI.CALCulate(Ch).PARameter(Tr).DEFine
app.SCPI.CALCulate(Ch).PARameter(Tr).DEFine = "S11"
String (read/write)
Back to CALCulate
Back to Command Finder
Back to Command Finder (From User Interface)