Command/Query
:CALCulate<Ch>[:SELected]:CONVersion:FUNCtion {ZREFlection|ZTRansmit|ZTSHunt|YREFlection|YTRansmit|YTSHunt|INVersion|CONJugation}
:CALCulate<Ch>[:SELected]:CONVersion:FUNCtion?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:CONVersion:FUNCtion {ZREFlection|ZTRansmit|ZTSHunt|YREFlection|YTRansmit|YTSHunt|INVersion|CONJugation}
:CALCulate<Ch>:TRACe<Tr>:CONVersion:FUNCtion?
This command sets/gets the parameter after conversion using the parameter conversion function.
Parameter |
Selection Option |
Description |
The parameter after conversion. |
Data Type |
Character string type (String) |
Range |
Select from the following:
|
Preset Value |
"ZREFlection" |
{ZREF|ZTR|ZTSH|YREF|YTR|YTSH|INV|CONJ}<newline><^END>
Dim Var as String
Var= "ZREFlection"
Ena.WriteString ":CALC1:CONV:FUNC " & Var, True
Ena.WriteString ":CALC1:CONV:FUNC?", True
Var=Ena.ReadString
Analysis > Conversion > Function
SCPI.CALCULATE(Ch).SELECTED.CONVERSION.FUNCTION
SCPI.CALCULATE(Ch).TRACE(Tr).CONVERSION.FUNCTION