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