X

SCPI Command :

[SENSe]:ADEMod:PM:RPOint[:X]
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() float[source]
# [SENSe]:ADEMod:PM:RPOint[:X]
value: float = driver.sense.ademod.pm.rpoint.x.get()

Determines the position where the phase of the PM-demodulated signal is set to 0 rad. The maximum value depends on the measurement time selected in the instrument; this value is output in response to the query ADEM:PM:RPO:X? MAX.

Returns:

time: 0 s to measurement time Unit: S

set(time: float) None[source]
# [SENSe]:ADEMod:PM:RPOint[:X]
driver.sense.ademod.pm.rpoint.x.set(time = 1.0)

Determines the position where the phase of the PM-demodulated signal is set to 0 rad. The maximum value depends on the measurement time selected in the instrument; this value is output in response to the query ADEM:PM:RPO:X? MAX.

Parameters:

time – 0 s to measurement time Unit: S

Cloning the Group

# Create a copy of the original group, that exists independently
x_copy = driver.sense.ademod.pm.rpoint.x.clone()

Subgroups