SCPI.CALCulate(Ch).FSIMulator.SENDed.ZCONversion.STATe

Object type

Property (Read-Write)

Syntax

SCPI.CALCulate(Ch).FSIMulator.SENDed.ZCONversion.STATe = Status

Status = SCPI.CALCulate(Ch).FSIMulator.SENDed.ZCONversion.STATe

Description

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

Variable

Parameter

Status

Description

ON/OFF of the port impedance conversion function

Data type

Boolean type (Boolean)

Range

Select from the following.

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

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

Preset value

False or OFF

Examples

Dim Zcon As Boolean
SCPI.CALCulate(1).FSIMulator.SENDed.ZCONversion.STATe = True
Zcon = SCPI.CALCulate(1).FSIMulator.SENDed.ZCONversion.STATe

Related objects

SCPI.CALCulate(Ch).FSIMulator.SENDed.ZCONversion.PORT(Pt).IMAGinary

SCPI.CALCulate(Ch).FSIMulator.SENDed.ZCONversion.PORT(Pt).REAL

SCPI.CALCulate(Ch).FSIMulator.SENDed.ZCONversion.PORT(Pt).Z0.R

SCPI.CALCulate(Ch).FSIMulator.STATe

Equivalent key

Analysis > Fixture Simulator > Port ZConversion > Port ZConversion

Equivalent SCPI command

Syntax

:CALCulate{[1]-160}:FSIMulator:SENDed:ZCONversion:STATe {ON|OFF|1|0}

:CALCulate{[1]-160}:FSIMulator:SENDed:ZCONversion:STATe?

Query response

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

Example of use

10 OUTPUT 717;":CALC1:FSIM:SEND:ZCON:STAT ON"
20 OUTPUT 717;":CALC1:FSIM:SEND:ZCON:STAT?"
30 ENTER 717;A