Coupling
SCPI Command :
SCONfiguration:EXTernal:IQOutput<CH>:RF:COUPling
- class CouplingCls[source]
- Coupling commands group definition. 1 total commands, 0 Subgroups, 1 group commands - get(iqConnector=IqConnector.Default) bool[source]
- # SCPI: SCONfiguration:EXTernal:IQOutput<CH>:RF:COUPling value: bool = driver.sconfiguration.external.iqOutput.rf.coupling.get(iqConnector = repcap.IqConnector.Default) - Enables/disables coupling all major RF setting (like the frequency, level and RF state) of the external instrument to the R&S SMW200A. - param iqConnector:
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘IqOutput’) 
- return:
- rf_coupling_state: 1| ON| 0| OFF 
 
 - set(rf_coupling_state: bool, iqConnector=IqConnector.Default) None[source]
- # SCPI: SCONfiguration:EXTernal:IQOutput<CH>:RF:COUPling driver.sconfiguration.external.iqOutput.rf.coupling.set(rf_coupling_state = False, iqConnector = repcap.IqConnector.Default) - Enables/disables coupling all major RF setting (like the frequency, level and RF state) of the external instrument to the R&S SMW200A. - param rf_coupling_state:
- 1| ON| 0| OFF 
- param iqConnector:
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘IqOutput’)