Model 2461 Interactive SourceMeter® Instrument Reference Manual Section 8: TSP command reference2461-901-01 A/November 2015 8-259trigger.model.getbranchcount()This function returns the count value of the trigger model counter block.Type TSP-Link accessible Affected by Where saved Default valueFunction YesUsagetrigger.model.getbranchcount(blockNumber)blockNumber The sequence of the block in the trigger modelDetailsThis command returns the counter value. When the counter is active, this returns the present count. Ifthe trigger model has started or is running but has not yet reached the counter block, this value is 0.Exampleprint(trigger.model.getbranchcount(4)) Returns the value of the counter for buildingblock 4.Also seetrigger.model.setblock() — trigger.BLOCK_BRANCH_COUNTER (on page 8-274)trigger.model.initiate()This function starts the trigger model.Type TSP-Link accessible Affected by Where saved Default valueFunction YesUsagetrigger.model.initiate()Also seeTrigger model (on page 3-107)trigger.model.abort() (on page 8-258)