Absolute
SCPI Command :
TRIGger[:SEQuence]:LEVel:AM[:ABSolute]
- class AbsoluteCls[source]
Absolute commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: 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.
- return
level: Range: -100 to +30, Unit: dBm
- set(level: float) None [source]
# SCPI: 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.
- param level
Range: -100 to +30, Unit: dBm