SCPI.CALCulate(Ch).FSIMulator.BALun.DEVice

Object type

Property (Read-Write)

Syntax

SCPI.CALCulate(Ch).FSIMulator.BALun.DEVice = Param

Param = SCPI.CALCulate(Ch).FSIMulator.BALun.DEVice

Description

This command selects the balance device type of the fixture simulator function, for the selected channel (Ch).

Variable

Parameter

Param

Description

Balance device type

Data type

Character string type (String)

Range

"BALanced" Specifies the unbalance (2 ports)

Preset value

For 2 port models, "BALanced"

Examples

Dim BalDev As String
SCPI.CALCulate(1).FSIMulator.BALun.DEVice = "bbal"
BalDev = SCPI.CALCulate(1).FSIMulator.BALun.DEVice

Related objects

SCPI.CALCulate(Ch).FSIMulator.BALun.TOPology.BBALanced.PPORts

SCPI.CALCulate(Ch).FSIMulator.BALun.TOPology.SBALanced.PPORts

SCPI.CALCulate(Ch).FSIMulator.BALun.TOPology.SSBalanced.PPORts

Equivalent key

Analysis > Fixture Simulator > Topology > Device

Equivalent SCPI command

Syntax

:CALCulate{[1]-160}:FSIMulator:BALun:DEVice {BALanced}

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

Query response

{SBAL|BBAL|SSB|BAL}<newline><^END>

Example of use

10 OUTPUT 717;":CALC1:FSIM:BAL:DEV BAL"
20 OUTPUT 717;":CALC1:FSIM:BAL:DEV?"
30 ENTER 717;A$