X

SCPI Command :

[SENSe]:ADEMod:PM:RPOint[:X]
class XCls[source]

X commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() float[source]
# SCPI: [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.

return

time: 0 s to measurement time Unit: S

set(time: float) None[source]
# SCPI: [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.

param time

0 s to measurement time Unit: S

Cloning the Group

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

Subgroups