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 |
The active trace of channel <Ch>,
<Ch>={[1]|2|3|4}
<Ch>={[1] … |16} (in N-port mode only)
<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 |
{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)