Deviation
SCPI Command :
[SOURce<HW>]:AM:DEViation:MODE
- class DeviationCls[source]
Deviation commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_mode() RsSmbv.enums.ModulationDevMode [source]
# SCPI: [SOURce<HW>]:AM:DEViation:MODE value: enums.ModulationDevMode = driver.source.am.deviation.get_mode()
Selects the coupling mode. The coupling mode parameter also determines the mode for fixing the total depth.
- return
am_dev_mode: UNCoupled| TOTal| RATio UNCoupled Does not couple the LF signals. The deviation depth values of both paths are independent. TOTal Couples the deviation depth of both paths. RATio Couples the deviation depth ratio of both paths
- set_mode(am_dev_mode: RsSmbv.enums.ModulationDevMode) None [source]
# SCPI: [SOURce<HW>]:AM:DEViation:MODE driver.source.am.deviation.set_mode(am_dev_mode = enums.ModulationDevMode.RATio)
Selects the coupling mode. The coupling mode parameter also determines the mode for fixing the total depth.
- param am_dev_mode
UNCoupled| TOTal| RATio UNCoupled Does not couple the LF signals. The deviation depth values of both paths are independent. TOTal Couples the deviation depth of both paths. RATio Couples the deviation depth ratio of both paths