Relative

SCPI Command :

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

The command sets the level when AM-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: -100 to +100, Unit: %

set(level: float) None[source]
# TRIGger[:SEQuence]:LEVel:AM:RELative
driver.trigger.sequence.level.am.relative.set(level = 1.0)

The command sets the level when AM-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: -100 to +100, Unit: %