State

SCPI Command :

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

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

get(index=Index.Default) bool[source]
# SCPI: SCONfiguration:EXTernal:DIGital<CH>:RF:STATe
value: bool = driver.sconfiguration.external.digital.rf.state.get(index = repcap.Index.Default)

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

param index

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

return

rem_conn_state: 1| ON| 0| OFF

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

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

param rem_conn_state

1| ON| 0| OFF

param index

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