Deviation

SCPI Command :

[SOURce<HW>]:AM:DEViation:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_mode() ModulationDevMode[source]
# [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.

Returns:

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: ModulationDevMode) None[source]
# [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.

Parameters:

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