Model 2461 Interactive SourceMeter® Instrument Reference Manual Section 6: SCPI command reference2461-901-01 A/November 2015 6-205If you are defining a user-defined reading buffer, you must create it before you define this block.When you set the count to a finite value, trigger model execution remains at the block until allmeasurements are complete. If you set the count to infinite, the trigger model executes subsequentblocks and measurements continue in the background until the trigger model execution reachesanother measure block or until the trigger model ends.You must select a measure function before running a trigger model that contains this block.You cannot include a measure block and a digitize block in the same trigger model.ExampleTRIG:LOAD "EMPTY"TRIG:BLOC:BUFF:CLEAR 1, "defbuffer2"TRIG:BLOC:MEAS 2, "defbuffer2"TRIG:BLOC:BRAN:COUN 3, 5, 2TRIG:BLOC:DEL:CONS 4, 1TRIG:BLOC:BRAN:COUN 5, 3, 2Reset trigger model settings.Clear defbuffer2 at the beginning of thetrigger model. Set the measurements to bestored in defbuffer2.Loop and make 5 readings.Delay 1 s.Loop three more times back to block 2.At end of execution, 15 readings are stored indefbuffer2.Also seeMeasure block (on page 3-108):TRACe:MAKE (on page 6-165):TRIGger:BLOCk:NOPThis command creates a placeholder that performs no action in the trigger model; available only using remotecommands.Type Affected by Where saved Default valueCommand only Recall settingsInstrument resetPower cycleSave settings Not applicableUsage:TRIGger:BLOCk:NOP The sequence of the block in the trigger modelDetailsIf you remove a trigger model block, you can use this block as a placeholder for the block number sothat you do not need to renumber the other blocks.ExampleTRIG:BLOC:NOP 5 Set block number 5 to be a no operation block.Also seeNone