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 |
Select from the following.
|
Preset value |
For 4 port models, "SBALanced" 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 {SBALanced|BBALanced|SSBalanced|BALanced}
:CALCulate{[1]-160}:FSIMulator:BALun:DEVice?
{SBAL|BBAL|SSB|BAL}<newline><^END>
10 OUTPUT 717;":CALC1:FSIM:BAL:DEV BBAL"
20 OUTPUT 717;":CALC1:FSIM:BAL:DEV?"
30 ENTER 717;A$