Property (Read-Write)
SCPI.CALCulate(Ch).SELected.CONVersion.FUNCtion = Param
Param = SCPI.CALCulate(Ch).SELected.CONVersion.FUNCtion
This command sets/gets the parameter after conversion using the parameter conversion function, for the active trace of selected channel (Ch).
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 > Function > Z:Reflection|Z:Transmission|Y:Reflection|Y:Transmission|1/S| Z:Trans-Shunt|Y:Trans-Shunt|Conjugation
:CALCulate{[1]-4}[:SELected]:CONVersion:FUNCtion {ZREFlection| ZTRansmit|YREFlection|YTRansmit|INVersion|ZTSHunt|YTSHunt|CONJugation}
:CALCulate{[1]-4}[:SELected]: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$