Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
Section 8: TSP command reference
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
Attribute (R)
Yes
Not applicable
Not applicable
Not applicable
Usage
operationRegister
= status.operation.event
operationRegister
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:
0
Also see