SCPI Command
CALCulate<Ch>[:SELected]:CONVersion:FUNCtion <char>
CALCulate<Ch>[:SELected]:CONVersion:FUNCtion?
Sets or reads out the S-parameter conversion function type. |
---|
command/query |
CALCulate<Ch>[:SELected] — active trace of channel <Ch>,
<Ch>={[1]|2|...9}
<char> specifies parameter:
IMPedance |
Equivalent transmission or reflection impedance, depending on the parameter S11 or S21 |
ADMittance |
Equivalent transmission or reflection conductance, depending on the parameter S11 or S21 |
INVersion |
Inverse S-parameter |
CONJugation |
S-parameter conjugate |
Error occurs. The command is ignored.
{IMP|ADM|INV|CONJ}
IMP
Analysis > Conversion > Function {Impedance Z | Admittance Y | Inverse 1/S | Conjugation}
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.CONVersion.FUNCtion
Param = app.SCPI.CALCulate(Ch).SELected.CONVersion.FUNCtion
app.SCPI.CALCulate(Ch).SELected.CONVersion.FUNCtion = "INV"
String (read/write)
Back to CALCulate
Back to Command Finder
Back to Command Finder (From User Interface)