Trigger
SCPI Command :
[SENSe]:ADJust:CONFigure:TRIGger
- class TriggerCls[source]
- Trigger commands group definition. 1 total commands, 0 Subgroups, 1 group commands - get() bool[source]
- # SCPI: [SENSe]:ADJust:CONFigure:TRIGger value: bool = driver.applications.k10Xlte.sense.adjust.configure.trigger.get() - Defines the behavior of a triggered measurement when adjusting a setting automatically (using SENS:ADJ:LEV ON, for example) . See ‘Adjusting settings automatically during triggered measurements’. - return
- state: ON | OFF | 0 | 1 ON | 1 (default:) The measurement for adjustment waits for the next trigger. To abort the measurement, use [CMDLINKRESOLVED #Abort CMDLINKRESOLVED]. OFF | 0 The measurement for adjustment is performed without waiting for a trigger (corresponds to ‘Continue’ in manual operation) . 
 
 - set(state: bool) None[source]
- # SCPI: [SENSe]:ADJust:CONFigure:TRIGger driver.applications.k10Xlte.sense.adjust.configure.trigger.set(state = False) - Defines the behavior of a triggered measurement when adjusting a setting automatically (using SENS:ADJ:LEV ON, for example) . See ‘Adjusting settings automatically during triggered measurements’. - param state
- ON | OFF | 0 | 1 ON | 1 (default:) The measurement for adjustment waits for the next trigger. To abort the measurement, use [CMDLINKRESOLVED #Abort CMDLINKRESOLVED]. OFF | 0 The measurement for adjustment is performed without waiting for a trigger (corresponds to ‘Continue’ in manual operation) .