State
SCPI Command :
OUTPut:UPORt:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# OUTPut:UPORt:STATe value: bool = driver.output.uport.state.get()
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 FSW.
- Returns:
state: ON | OFF | 0 | 1 OFF | 0 User port is switched to INPut ON | 1 User port is switched to OUTPut
- set(state: bool) None[source]
# OUTPut:UPORt:STATe driver.output.uport.state.set(state = False)
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 FSW.
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 User port is switched to INPut ON | 1 User port is switched to OUTPut