State

SCPI Command :

INPut:UPORt:STATe
class StateCls[source]

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

get() bool[source]
# SCPI: 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.

return

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

set(state: bool) None[source]
# SCPI: 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.

param state

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