Absolute

SCPI Command :

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

The command sets the level when RF power 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 +30, Unit: dBm

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

The command sets the level when RF power 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 +30, Unit: dBm