Coupling

SCPI Command :

SCONfiguration:EXTernal:BBMM<CH>:RF:COUPling
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(iqConnector=IqConnector.Default) bool[source]
# SCONfiguration:EXTernal:BBMM<CH>:RF:COUPling
value: bool = driver.sconfiguration.external.bbmm.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.

Parameters:

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

Returns:

rf_coupling_state: 1 | ON | 0| OFF

set(rf_coupling_state: bool, iqConnector=IqConnector.Default) None[source]
# SCONfiguration:EXTernal:BBMM<CH>:RF:COUPling
driver.sconfiguration.external.bbmm.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.

Parameters:
  • rf_coupling_state – 1 | ON | 0| OFF

  • iqConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bbmm’)