State

SCPI Commands

OUTPut<OutputConnector>:UPORt:STATe
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(outputConnector=OutputConnector.Default) bool[source]
# SCPI: OUTPut<up>:UPORt:STATe
value: bool = driver.output.uport.state.get(outputConnector = repcap.OutputConnector.Default)

This command toggles the control lines of the user ports for the AUX PORT connector. This 9-pole SUB-D male connector is located on the rear panel of the R&S FSWP.

param outputConnector

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)

return

state: ON | OFF | 0 | 1 OFF | 0 User port is switched to INPut ON | 1 User port is switched to OUTPut

set(state: bool, outputConnector=OutputConnector.Default) None[source]
# SCPI: OUTPut<up>:UPORt:STATe
driver.output.uport.state.set(state = False, outputConnector = repcap.OutputConnector.Default)

This command toggles the control lines of the user ports for the AUX PORT connector. This 9-pole SUB-D male connector is located on the rear panel of the R&S FSWP.

param state

ON | OFF | 0 | 1 OFF | 0 User port is switched to INPut ON | 1 User port is switched to OUTPut

param outputConnector

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)