Conversion
SCPI.CALCulate(Ch).SELected.CONVersion.STATe
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | Boolean |
Target | The active trace of channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) |
Description | The ON/OFF state of the S-parameter conversion function. |
Allowable Values | True: S–parameter conversion function ON False: S–parameter conversion function OFF |
Preset Value | False |
Syntax | Dim Status As Boolean Status = app.SCPI.CALCulate(Ch).SELected.CONVersion.STATe app.SCPI.CALCulate(Ch).SELected.CONVersion.STATe = true |
Equivalent Softkeys | Analysis > Conversion > Conversion |
SCPI.CALCulate(Ch).SELected.CONVersion.FUNCtion
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | String |
Target | The active trace of channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) |
Description | The S–parameter conversion function type. |
Range | "ZREFlection" : Reflection equivalent impedance "ZTRansmit" : Transmission equivalent impedance "YREFlection" : Reflection equivalent admittance "YTRansmit" : Transmission equivalent admittance "INVersion" : Inverse S–parameter "ZTSHunt" : Shunt equivalent impedance "YTSHunt" : Shunt equivalent admittance "CONJugation" : S–parameter conjugate |
Notes | The short form of the parameter is indicated by upper case letters. There is no distinction between upper and lower case letters when the property is written. When the property is read out, the short format is indicated by upper case letters. |
Out of Range | An error occurs. Error code: 217. |
Preset Value | "ZREF" |
Syntax | Dim Param As String Param = app.SCPI.CALCulate(Ch).SELected.CONVersion.FUNCtion app.SCPI.CALCulate(Ch).SELected.CONVersion.FUNCtion = "ZTR" |
Equivalent Softkeys | Analysis > Conversion > Zr / Zt / Yr / Yt / 1/S / Z Trans–Shunt / Y Trans–Shunt / Conjugation |