Section 8: TSP command reference Model 2461 Interactive SourceMeter® Instrument Reference Manual8-258 2461-901-01 A/November 2015trigger.model.abort()This function stops all trigger model commands on the instrument.Type TSP-Link accessible Affected by Where saved Default valueFunction YesUsagetrigger.model.abort()DetailsWhen this command is received, the instrument stops the trigger model.Exampletrigger.model.abort() Terminates all commands related to the trigger model onthe instrument.Also seeEffect of GPIB line events on Model 2461 (on page 2-59)Aborting the trigger model (on page 3-129)Trigger model (on page 3-107)trigger.model.getblocklist()This function returns the settings for all trigger model blocks.Type TSP-Link accessible Affected by Where saved Default valueFunction YesUsagetrigger.model.getblocklist()DetailsThis returns the settings for the trigger model.Exampleprint(trigger.model.getblocklist())Returns the settings for the trigger model. Example output is:1) BUFFER_CLEAR BUFFER: defbuffer12) MEASURE BUFFER: defbuffer1 COUNT: 13) BRANCH_COUNTER VALUE: 5 BRANCH_BLOCK: 24) DELAY_CONSTANT DELAY: 1.0000000005) BRANCH_COUNTER VALUE: 3 BRANCH_BLOCK: 2Also seetrigger.model.getbranchcount() (on page 8-259)