Online documentation - Trigger functionsMany trigger functions are similar to terminal functions and vice versa. Equivalent or related terminal functions are noted where appropriate. Trigger functions by definition return True on success, False on failure. In this context, however, success simply means that the command was successfully received with no argument errors, not that the action itself succeeded. Note: Trigger functions are not the same as trigger tests, which are constructed from a subset of the channel functions. Table of ContentsGeneral functionswait (delta_t)
see also: xleep() set_recording (on)
see also: set_recording() DAC control functionsset_dac (channel, target)
see also: set_dac() sweep_up (channel)
see also: sweep_up(), sweep_down(), sweep_stop() Scope functionsrequest_pulse (channel, target)
see also: request_pulse() cancel_pulse (channel)
see also: cancel_pulse() fire_scope () see also: fire_scope(), cancel_scope() fire_scope_pulse (channel, target)
see also: fire_scope_pulse() Trigger functionsarm_trigger (id)
see also: arm_trigger(), disarm_trigger() force_trigger (id)
see also: force_trigger(), cancel_trigger() emit_signal (signal)
see also: catch_signal() Buffer functionsnew_set () see also: new_set() t_zero () effect: Reset the current panel timer save_data (filename)
see also: save_data() |
Trigger func. |