State
SCPI Command :
SCONfiguration:EXTernal:RF<CH>:RF:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(path=Path.Default) bool[source]
# SCONfiguration:EXTernal:RF<CH>:RF:STATe value: bool = driver.sconfiguration.external.rf.rf.state.get(path = repcap.Path.Default)
Sets the RF output state of the connected external instrument.
- Parameters:
path – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)
- Returns:
rem_conn_state: 1 | ON | 0| OFF
- set(rem_conn_state: bool, path=Path.Default) None[source]
# SCONfiguration:EXTernal:RF<CH>:RF:STATe driver.sconfiguration.external.rf.rf.state.set(rem_conn_state = False, path = repcap.Path.Default)
Sets the RF output state of the connected external instrument.
- Parameters:
rem_conn_state – 1 | ON | 0| OFF
path – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)