Model 2601B-PULSE System SourceMeter Instrument Reference Manual Section 11: TSP command reference
2601B-PULSE-901-01A April 2020 11-193
Details
The setting of this attribute must match the jumper setting on the 2601B-P-INT Interlock and Cable
Connector Box.
Example
smua.interlock.enable = smua.ENABLE
Also see
Using the interlock (on page 2-42)
smua.makebuffer()
This function creates a reading buffer.
Usage
bufferVar = smua.makebuffer(bufferSize)
The created reading buffer
Maximum number of readings that can be stored
Details
Reading buffers can be created and allocated dynamically using this function. Use bufferSize to
designate the number of readings the buffer can store.
Dynamically allocated reading buffers can be used interchangeably with the
smua.nvbufferY buffers.
A reading buffer can be deleted by setting all references to the reading buffer equal to nil, then
running the garbage collector (see the collectgarbage() function in Standard libraries (on page
10-27)).
Example
mybuffer2 = smua.makebuffer(200)
Creates a 200 element reading buffer (mybuffer2).
Also see
collectgarbage() in Base library functions (on page 10-27)
Remote reading buffer programming (on page 5-6)
savebuffer() (on page 11-156)
smua.nvbufferY (on page 11-211)