![Keithley DMM7510 Скачать руководство пользователя страница 902](http://html2.mh-extra.com/html/keithley/dmm7510/dmm7510_reference-manual_4027507902.webp)
Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
Section 8: TSP command reference
DMM7510-901-01 Rev. B / May 2015
8-289
trigger.model.load() — Empty
This function clears the trigger model.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
trigger.model.load("Empty")
Details
When you load this predefined trigger model, any blocks that have been defined in the trigger model
are cleared so the trigger model has no blocks defined.
Example
trigger.model.load("Empty")
print(trigger.model.getblocklist())
Clear the trigger model to have no blocks defined.
Output:
EMPTY
Also see
None