Coupling
SCPI Command :
SCONfiguration:EXTernal:FADer<CH>:RF:COUPling
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(digitalIq=DigitalIq.Default) bool[source]
# SCONfiguration:EXTernal:FADer<CH>:RF:COUPling value: bool = driver.sconfiguration.external.fader.rf.coupling.get(digitalIq = repcap.DigitalIq.Default)
Enables/disables coupling all major RF setting (like the frequency, level and RF state) of the external instrument to the R&S SMW200A.
- Parameters:
digitalIq – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)
- Returns:
rf_coupling_state: 1 | ON | 0| OFF
- set(rf_coupling_state: bool, digitalIq=DigitalIq.Default) None[source]
# SCONfiguration:EXTernal:FADer<CH>:RF:COUPling driver.sconfiguration.external.fader.rf.coupling.set(rf_coupling_state = False, digitalIq = repcap.DigitalIq.Default)
Enables/disables coupling all major RF setting (like the frequency, level and RF state) of the external instrument to the R&S SMW200A.
- Parameters:
rf_coupling_state – 1 | ON | 0| OFF
digitalIq – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)