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

Object type

Property (Read-Write)

Syntax

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

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

Description

This command turns ON/OFF the differential matching circuit embedding 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 differential matching circuit embedding function

Data type

Boolean type (Boolean)

Range

Select from the following.

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

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

Preset value

False or OFF

Examples

Dim DifMch As Boolean
SCPI.CALCulate(1).FSIMulator.BALun.DMCircuit.STATe = True
DifMch = SCPI.CALCulate(1).FSIMulator.BALun.DMCircuit.STATe

Related objects

SCPI.CALCulate(Ch).FSIMulator.BALun.DMCircuit.BPORt(Bpt).PARameters.C

SCPI.CALCulate(Ch).FSIMulator.BALun.DMCircuit.BPORt(Bpt).PARameters.G

SCPI.CALCulate(Ch).FSIMulator.BALun.DMCircuit.BPORt(Bpt).PARameters.L

SCPI.CALCulate(Ch).FSIMulator.BALun.DMCircuit.BPORt(Bpt).PARameters.R

SCPI.CALCulate(Ch).FSIMulator.BALun.DMCircuit.BPORt(Bpt).USER.FILename

SCPI.CALCulate(Ch).FSIMulator.BALun.DMCircuit.BPORt(Bpt).TYPE

SCPI.CALCulate(Ch).FSIMulator.BALun.PARameter(Tr).STATe

SCPI.CALCulate(Ch).FSIMulator.STATe

Equivalent key

Analysis > Fixture Simulator > Diff Matching > Diff Matching

Equivalent SCPI command

Syntax

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

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

Query response

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

Example of use

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