State

SCPI Command :

SCONfiguration:EXTernal:FADer<CH>:RF:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(digitalIq=DigitalIq.Default) bool[source]
# SCONfiguration:EXTernal:FADer<CH>:RF:STATe
value: bool = driver.sconfiguration.external.fader.rf.state.get(digitalIq = repcap.DigitalIq.Default)

Sets the RF output state of the connected external instrument.

Parameters:

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

Returns:

rem_conn_state: 1 | ON | 0| OFF

set(rem_conn_state: bool, digitalIq=DigitalIq.Default) None[source]
# SCONfiguration:EXTernal:FADer<CH>:RF:STATe
driver.sconfiguration.external.fader.rf.state.set(rem_conn_state = False, digitalIq = repcap.DigitalIq.Default)

Sets the RF output state of the connected external instrument.

Parameters:
  • rem_conn_state – 1 | ON | 0| OFF

  • digitalIq – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)