Fm

SCPI Command :

TRIGger[:SEQuence]:LEVel:FM
class FmCls[source]

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

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

return

level: Range: -10 to +10, Unit: MHz

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

param level

Range: -10 to +10, Unit: MHz