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

Select from the following.

  • "SBALanced" Specifies the unbalance-balance (3 ports).

  • "BBALanced" Specifies the balance-balance (4 ports).

  • "SSBalanced" Specifies the unbalance-unbalance-balance (4 ports).

  • "BALanced" Specifies the unbalance (2 ports). (Rev. A.9.50 and above)

Preset value

For 4 port models, "SBALanced"

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 {SBALanced|BBALanced|SSBalanced|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 BBAL"
20 OUTPUT 717;":CALC1:FSIM:BAL:DEV?"
30 ENTER 717;A$