Mode

SCPI Command :

[SENSe]:ADEMod:PM:RPOint[:X]:MODE
class ModeCls[source]

Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() RsFsw.enums.PmRpointMode[source]
# SCPI: [SENSe]:ADEMod:PM:RPOint[:X]:MODE
value: enums.PmRpointMode = driver.sense.ademod.pm.rpoint.x.mode.get()

Defines how the reference position in time for 0 rad is determined.

return

mode: MANual | RIGHt MANual The time is defined using [SENSe:]ADEMod:PM:RPOint[:X]. RIGHt The time of the last measured value is used as the reference position. The time of the last measured value corresponds to the acquisition time, regarding the trigger event and trigger offset, if applicable. If the acquisition time or the trigger values are changed, the reference position is automatically adapted.

set(mode: RsFsw.enums.PmRpointMode) None[source]
# SCPI: [SENSe]:ADEMod:PM:RPOint[:X]:MODE
driver.sense.ademod.pm.rpoint.x.mode.set(mode = enums.PmRpointMode.MANual)

Defines how the reference position in time for 0 rad is determined.

param mode

MANual | RIGHt MANual The time is defined using [SENSe:]ADEMod:PM:RPOint[:X]. RIGHt The time of the last measured value is used as the reference position. The time of the last measured value corresponds to the acquisition time, regarding the trigger event and trigger offset, if applicable. If the acquisition time or the trigger values are changed, the reference position is automatically adapted.