SCPI.CALCulate(Ch).FSIMulator.BALun.CZConversion.STATe

Object type

Property (Read-Write)

Syntax

SCPI.CALCulate(Ch).FSIMulator.BALun.CZConversion.STATe = Status

Status = SCPI.CALCulate(Ch).FSIMulator.BALun.CZConversion.STATe

Description

This command turns ON/OFF the common port impedance conversion function when the fixture simulator function is ON, for all the balance ports of selected channel (Ch).

Variable

Parameter

Status

Description

ON/OFF of the common port impedance conversion function

Data type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON: Turns ON the common port impedance conversion function.

  • False or OFF: Turns OFF the common port impedance conversion function.

Preset value

False or OFF

Examples

Dim ComZcon As Boolean
SCPI.CALCulate(1).FSIMulator.BALun.CZConversion.STATe = True
ComZcon = SCPI.CALCulate(1).FSIMulator.BALun.CZConversion.STATe

Related objects

SCPI.CALCulate(Ch).FSIMulator.BALun.CZConversion.BPORt(Bpt).IMAGinary

SCPI.CALCulate(Ch).FSIMulator.BALun.CZConversion.BPORt(Bpt).REAL

SCPI.CALCulate(Ch).FSIMulator.BALun.CZConversion.BPORt(Bpt).Z0.R

SCPI.CALCulate(Ch).FSIMulator.STATe

Equivalent key

Analysis > Fixture Simulator > Cmn ZConversion > Cmn ZConversion

Equivalent SCPI command

Syntax

:CALCulate{[1]-160}:FSIMulator:BALun:CZConversion:STATe {ON|OFF|1|0}

:CALCulate{[1]-160}:FSIMulator:BALun:CZConversion:STATe?

Query response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":CALC1:FSIM:BAL:CZC:STAT ON"
20 OUTPUT 717;":CALC1:FSIM:BAL:CZC:STAT?"
30 ENTER 717;A