State

SCPI Command :

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

Queries/sets the RF output state of the connected external instrument.

Parameters:

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

Returns:

rem_conn_state: 1 | ON | 0| OFF

set(rem_conn_state: bool, index=Index.Default) None[source]
# SCONfiguration:EXTernal:HSDigital<CH>:RF:STATe
driver.sconfiguration.external.hsDigital.rf.state.set(rem_conn_state = False, index = repcap.Index.Default)

Queries/sets the RF output state of the connected external instrument.

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

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