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