Auto

SCPI Command :

TRIGger[:SEQuence]:LEVel:POWer:AUTO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# TRIGger[:SEQuence]:LEVel:POWer:AUTO
value: bool = driver.applications.k91Wlan.trigger.sequence.level.power.auto.get()

By default, the optimum trigger level for power triggers is automatically measured and determined at the start of each sweep (for Modulation Accuracy, Flatness, Tolerance… measurements) . Is only considered for TRIG:SEQ:SOUR IFP and TRIG:SEQ:SOUR RFP, see method RsFsw.applications.k91Wlan.trigger.sequence.source.set() To define the trigger level manually, switch this function off and define the level using method RsFsw.applications.k17Mcgd.trigger.sequence.level.ifPower.set() or method RsFsw.applications.k17Mcgd.trigger.sequence.level.rfPower.set() .

Returns:

state: OFF | 0 Switches the auto level detection function off ON | 1 Switches the auto level detection function on

set(state: bool) None[source]
# TRIGger[:SEQuence]:LEVel:POWer:AUTO
driver.applications.k91Wlan.trigger.sequence.level.power.auto.set(state = False)

By default, the optimum trigger level for power triggers is automatically measured and determined at the start of each sweep (for Modulation Accuracy, Flatness, Tolerance… measurements) . Is only considered for TRIG:SEQ:SOUR IFP and TRIG:SEQ:SOUR RFP, see method RsFsw.applications.k91Wlan.trigger.sequence.source.set() To define the trigger level manually, switch this function off and define the level using method RsFsw.applications.k17Mcgd.trigger.sequence.level.ifPower.set() or method RsFsw.applications.k17Mcgd.trigger.sequence.level.rfPower.set() .

Parameters:

state – OFF | 0 Switches the auto level detection function off ON | 1 Switches the auto level detection function on