State

SCPI Commands

INPut<InputIx>:UPORt:STATe
class StateCls[source]

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

get(inputIx=InputIx.Default) bool[source]
# SCPI: INPut<ip>:UPORt:STATe
value: bool = driver.inputPy.uport.state.get(inputIx = repcap.InputIx.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 inputIx

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

return

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

set(state: bool, inputIx=InputIx.Default) None[source]
# SCPI: INPut<ip>:UPORt:STATe
driver.inputPy.uport.state.set(state = False, inputIx = repcap.InputIx.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 | 1 User port is switched to INPut OFF | 0 User port is switched to OUTPut

param inputIx

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