7½ Digit Graphical Sampling Multimeter Reference Manual Section 8:
DMM7510-901-01 Rev. B / May 2015 8-243
status.operation.event
This attribute reads the Operation Event Register of the status model.
Type TSP-Link accessible Affected by Where saved Default value
Usage
operationRegister = status.operation.event
The status of the operation status register
Details
This attribute reads the operation event register of the status model.
The instrument returns a decimal value that corresponds to the binary-weighted sum of all bits set in
the register.
Example
status.operation.setmap(0, 4917, 4916)
defbuffer1.capacity = 10
dmm.measure.count = 10
dmm.measure.read()
print(status.operation.event)
Maps event number 4917 (Buffer Full) to
set bit 0 in the Operation Event Register
and event number 4916 (Buffer Empty)
to clear bit 0. Resizes defbuffer1 to
10 readings.
Sets the measure count to 10 readings
and makes a measurement.
Reads the operation event register.
Output:
Also see
Operation Event Register (on page 7)