Series 2600B System SourceMeter® instrument Reference Manual Section 9: TSP command reference
2600BS-901-01 Rev. F/August 2021 9-199
smuX.abort()
This function terminates all overlapped operations on the specified source-measure unit (SMU).
Source-measure unit (SMU) channel (for example, smua.abort() applies to SMU
channel A)
Details
The smuX.abort() function does not turn the output off or change any settings.
If this function is used to abort a sweep, when it is executed, the SMU exits its trigger model
immediately and returns to the idle state of the trigger model.
Example
Terminates all overlapped operations on SMU channel A.
Also see
smuX.measure.overlappedY() (on page 9-229)
smuX.trigger.initiate() (on page 9-263)
smuX.buffer.getstats()
This function returns the statistics for a specified reading buffer.
Usage
statistics = smuX.buffer.getstats(bufferVar)
The statistical data about the data in the reading buffer
Source-measure unit (SMU) channel (for example, smua.buffer.getstats()
specifies SMU channel A)
The reading buffer to process
Details
This function returns a table with statistical data about the data that is placed in the buffer.
The SMU automatically updates reading buffer statistics as data is added to the reading buffer. When
the reading buffer is configured to wrap around and overwrite older data with new data, the buffer
statistics include the data that was overwritten.
The table returned from this function is a snapshot. Although the SMU continues to update the
statistics, the table returned is not updated. To get fresh statistics, call this function again.