Mode
SCPI Command :
[SENSe]:ADEMod:PM:RPOint[:X]:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() PmRpointMode[source]
# [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.
- Returns:
mode: MANual | RIGHt MANual The time is defined using method
RsFsw.sense.ademod.pm.rpoint.x.set(). 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: PmRpointMode) None[source]
# [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.
- Parameters:
mode – MANual | RIGHt MANual The time is defined using method
RsFsw.sense.ademod.pm.rpoint.x.set(). 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.