Trigger

SCPI Command :

[SENSe]:ADJust:CONFigure:TRIGger
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:ADJust:CONFigure:TRIGger
value: bool = driver.applications.k14Xnr5G.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’.

Returns:

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]
# [SENSe]:ADJust:CONFigure:TRIGger
driver.applications.k14Xnr5G.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’.

Parameters:

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) .