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