State

SCPI Command :

SCONfiguration:EXTernal:FADer<CH>:RF:STATe
class StateCls[source]

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

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

param digitalIq

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

return

rem_conn_state: 1| ON| 0| OFF

set(rem_conn_state: bool, digitalIq=DigitalIq.Default) None[source]
# SCPI: 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.

param rem_conn_state

1| ON| 0| OFF

param digitalIq

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