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

Object type

Property (Read-Write)

Syntax

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

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

Description

This command turns ON/OFF the matching circuit embedding function when the fixture simulator function is ON, for all the ports of selected channel (Ch).

Variable

Parameter

Status

Description

ON/OFF of the matching circuit embedding function

Data type

Boolean type (Boolean)

Range

Select from the following.

  • True or ON: Turns ON the matching circuit embedding function.

  • False or OFF: Turns OFF the matching circuit embedding function.

Preset value

False or OFF

Examples

Dim Pmcir As Boolean
SCPI.CALCulate(1).FSIMulator.SENDed.PMCircuit.STATe = True
Pmcir = SCPI.CALCulate(1).FSIMulator.SENDed.PMCircuit.STATe

Related objects

SCPI.CALCulate(Ch).FSIMulator.SENDed.PMCircuit.PORT(Pt).TYPE

SCPI.CALCulate(Ch).FSIMulator.SENDed.PMCircuit.PORT(Pt).PARameters.C

SCPI.CALCulate(Ch).FSIMulator.SENDed.PMCircuit.PORT(Pt).PARameters.G

SCPI.CALCulate(Ch).FSIMulator.SENDed.PMCircuit.PORT(Pt).PARameters.L

SCPI.CALCulate(Ch).FSIMulator.SENDed.PMCircuit.PORT(Pt).PARameters.R

SCPI.CALCulate(Ch).FSIMulator.SENDed.PMCircuit.PORT(Pt).USER.FILename

SCPI.CALCulate(Ch).FSIMulator.STATe

Equivalent key

Analysis > Fixture Simulator > Port Matching > Port Matching

Equivalent SCPI command

Syntax

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

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

Query response

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

Example of use

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