SCPI Command
CALCulate<Ch>:FSIMulator:BALun:TOPology:BALanced[:PPORts] <port1>,<port2>
CALCulate<Ch>:FSIMulator:BALun:TOPology:BALanced[:PPORts]?
Sets or reads out the ports assigned to the balanced device when its type is "BALanced". |
---|
command/query |
The channel <Ch>={[1]|2|...16}
<port1> |
First port number |
<port2> |
Second port number |
<port1>, <port2>
1, 2
Analysis > Fixture Simulator > Topology > Port 1 (bal)
Equivalent COM Command
SCPI.CALCulate(Ch).FSIMulator.BALun.TOPology.BALanced.PPORts
app.SCPI.CALCulate(Ch).FSIMulator.BALun.TOPology.BALanced.PPORts = Array(1,2)
Ports = app.SCPI.CALCulate(Ch).FSIMulator.BALun.TOPology.BALanced.PPORts
Variant (array of long) (read/write)
Back to CALCulate
Back to Command Finder
Back to Command Finder (From User Interface)