State

SCPI Command :

OUTPut:UPORt:STATe
class StateCls[source]

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

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

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

param state

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