State
SCPI Command :
INPut:UPORt:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# INPut:UPORt:STATe value: bool = driver.inputPy.uport.state.get()
Toggles the control lines of the user ports for the AUX PORT connector. This SUB-D male connector is located on the rear panel of the FSW. See ‘Aux. Port’ for details.
- Returns:
state: ON | 1 User port is switched to INPut OFF | 0 User port is switched to OUTPut
- set(state: bool) None[source]
# INPut:UPORt:STATe driver.inputPy.uport.state.set(state = False)
Toggles the control lines of the user ports for the AUX PORT connector. This SUB-D male connector is located on the rear panel of the FSW. See ‘Aux. Port’ for details.
- Parameters:
state – ON | 1 User port is switched to INPut OFF | 0 User port is switched to OUTPut