Section 11: TSP command reference Series 3700A System Switch/Multimeter Reference Manual
11-154 3700AS-901-01 Rev. D/June 2018
dmm.buffer.maxcapacity
This attribute returns the overall maximum capacity for reading buffers in the instrument.
Usage
maximumCapacity = dmm.buffer.maxcapacity
A number that represents the overall maximum capacity for the reading buffers
Details
Determines the maximum capacity of the instrument for reading buffer storage. This value represents
the total system reading buffer storage size. A single reading buffer may be created with this as its
size, or several reading buffers may be created in the instrument that are smaller in size. However,
the sum total of all reading buffer sizes in the instrument cannot exceed this maximum.
Example
MaxBuffCap = dmm.buffer.maxcapacity
print(MaxBuffCap)
Reads the maximum reading buffer capacity for the
instrument, which is 650,000 readings.
Output:
6.500000000e+05
Also see
dmm.buffer.info() (on page 11-153)
dmm.buffer.usedcapacity (on page 11-154)
dmm.makebuffer() (on page 11-196)
dmm.buffer.usedcapacity
This attribute indicates how much of the maximum capacity for reading buffers in the instrument is used.
Instrument reset
Recall setup
Usage
usedCapacity = dmm.buffer.usedcapacity
The presently used capacity for reading buffers in the instrument
Details
This value represents the sum total capacity of all reading buffers in the instrument.