Pm

SCPI Command :

TRIGger[:SEQuence]:LEVel:PM
class PmCls[source]

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

get() float[source]
# SCPI: TRIGger[:SEQuence]:LEVel:PM
value: float = driver.trigger.sequence.level.pm.get()

The command sets the level when PM-modulated signals are used as trigger source. For triggering to be successful, the measurement time must cover at least 5 periods of the audio signal.

return

level: Range: -1000 to +1000, Unit: RAD | DEG

set(level: float) None[source]
# SCPI: TRIGger[:SEQuence]:LEVel:PM
driver.trigger.sequence.level.pm.set(level = 1.0)

The command sets the level when PM-modulated signals are used as trigger source. For triggering to be successful, the measurement time must cover at least 5 periods of the audio signal.

param level

Range: -1000 to +1000, Unit: RAD | DEG