Property (Read-Write)
SCPI.CALCulate(Ch).FSIMulator.BALun.DEVice = Param
Param = SCPI.CALCulate(Ch).FSIMulator.BALun.DEVice
This command selects the balance device type of the fixture simulator function, for the selected channel (Ch).
Parameter |
Param |
Description |
|
Data type |
Character string type (String) |
Range |
"BALanced" Specifies the unbalance (2 ports) |
Preset value |
For 2 port models, "BALanced" |
Dim BalDev As String
SCPI.CALCulate(1).FSIMulator.BALun.DEVice = "bbal"
BalDev = SCPI.CALCulate(1).FSIMulator.BALun.DEVice
SCPI.CALCulate(Ch).FSIMulator.BALun.TOPology.BBALanced.PPORts
SCPI.CALCulate(Ch).FSIMulator.BALun.TOPology.SBALanced.PPORts
SCPI.CALCulate(Ch).FSIMulator.BALun.TOPology.SSBalanced.PPORts
Analysis > Fixture Simulator > Topology > Device
:CALCulate{[1]-160}:FSIMulator:BALun:DEVice {BALanced}
:CALCulate{[1]-160}:FSIMulator:BALun:DEVice?
{SBAL|BBAL|SSB|BAL}<newline><^END>
10 OUTPUT 717;":CALC1:FSIM:BAL:DEV BAL"
20 OUTPUT 717;":CALC1:FSIM:BAL:DEV?"
30 ENTER 717;A$