Model 2601B-PULSE System SourceMeter Instrument Reference Manual Section 11: TSP command reference
2601B-PULSE-901-01A April 2020 11-177
Details
The smua.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.
Also see
smua.measure.overlappedY() (on page 11-205)
smua.trigger.initiate() (on page 11-247)
smua.buffer.getstats()
This function returns the statistics for a specified reading buffer.
Usage
statistics = smua.buffer.getstats(bufferVar)
The statistical data about the data in the reading buffer
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.
The statistics parameter has the attributes described in the following table.
The number of data points on which the statistics are based
The average of all readings added to the buffer
The standard deviation of all readings (samples) added to the buffer
A table containing data about the minimum reading value added to
the buffer
A table containing data about the maximum reading value added to
the buffer
If n equals zero (0), all other attributes are nil. If n equals 1, the stddev attribute is nil because
the standard deviation of a sample size of 1 is undefined.