Property (Read-Write)
All Revision
SCPI.CALCulate(Ch).SELected.CONVersion.FUNCtion = Param
Param = SCPI.CALCulate(Ch).SELected.CONVersion.FUNCtion
In revision A.9.60 and above, the following syntax is also supported:
SCPI.CALCulate(Ch).TRACe(Tr).CONVersion.FUNCtion = Param
Param = SCPI.CALCulate(Ch).TRACe(Tr).CONVersion.FUNCtion
This command sets/gets the parameter after conversion using the parameter conversion function, for the active trace of selected channel (Ch).
In revision A.9.60 and above, you can select the trace and set/get the parameter after conversion using the parameter conversion function for the trace just by executing the above TRACe(Tr) command. You do not need to execute SCPI.CALCulate(Ch).PARameter(Tr).SELect.
Parameter |
Param |
Description |
The parameter after conversion |
Data type |
Character string type (String) |
Range |
Select from the following:
|
Preset value |
"ZREFlection" |
Dim Func As String
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.CONVersion.FUNCtion = "ztr"
Func = SCPI.CALCulate(1).SELected.CONVersion.FUNCtion
SCPI.CALCulate(Ch).SELected.CONVersion.STATe
SCPI.CALCulate(Ch).PARameter(Tr).SELect
SCPI.SENSe(Ch).CORRection.EXTension.AUTO.DCOFfset
Analysis > Conversion > Z:Reflection|Z:Transmission|Y:Reflection|Y:Transmission|1/S| Z:Trans-Shunt|Y:Trans-Shunt|Conjugation
All revision:
:CALCulate{[1]-160}[:SELected]:CONVersion:FUNCtion {ZREFlection| ZTRansmit|YREFlection|YTRansmit|INVersion|ZTSHunt|YTSHunt|CONJugation}
:CALCulate{[1]-160}[:SELected]:CONVersion:FUNCtion?
In revision A.9.60 and above, the following syntax is also supported:
:CALCulate{[1]-160}:TRACe{[1]-16}:CONVersion:FUNCtion {ZREFlection| ZTRansmit|YREFlection|YTRansmit|INVersion|ZTSHunt|YTSHunt|CONJugation}
:CALCulate{[1]-160}:TRACe{[1]-16}:CONVersion:FUNCtion?
{ZREF|ZTR|YREF|YTR|INV|ZTSH|YTSH|CONJ}<newline><^END>
10 OUTPUT 717;":CALC1:CONV:FUNC ZTR"
20 OUTPUT 717;":CALC1:CONV:FUNC?"
30 ENTER 717;A$