Coupling

SCPI Command :

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

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

Returns:

rf_coupling_state: 1 | ON | 0| OFF

set(rf_coupling_state: bool, path=Path.Default) None[source]
# SCONfiguration:EXTernal:RF<CH>:RF:COUPling
driver.sconfiguration.external.rf.rf.coupling.set(rf_coupling_state = False, path = repcap.Path.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

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