Pm
SCPI Command :
TRIGger[:SEQuence]:LEVel:PM
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# 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.
- Returns:
level: Range: -1000 to +1000, Unit: RAD | DEG
- set(level: float) None[source]
# 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.
- Parameters:
level – Range: -1000 to +1000, Unit: RAD | DEG