Fm

SCPI Command :

TRIGger[:SEQuence]:LEVel:FM
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# TRIGger[:SEQuence]:LEVel:FM
value: float = driver.trigger.sequence.level.fm.get()

The command sets the level when FM-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: -10 to +10, Unit: MHz

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

The command sets the level when FM-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: -10 to +10, Unit: MHz