Section 11: TSP command reference Model 2601B-PULSE System SourceMeter Instrument Reference Manual
11-328 2601B-PULSE-901-01A April 2020
Example
requestEventRegister = status.request_event
print(requestEventRegister)
Reads the status request event register.
Sample output:
1.29000e+02
Converting this output (129) to its binary equivalent yields 1000 0001.
Therefore, this output indicates that the set bits of the status request event register are presently B0 (MSB) and
B7 (OSB).
Also see
status.condition (on page 11-263)
status.system.* (on page 11-331)
Status byte and service request (SRQ) (on page 15-15)
status.reset()
This function resets all bits in the status model.
Usage
status.reset()
Details
This function clears all status data structure registers (enable, event, NTR, and PTR) to their default
values. For information about .condition, .enable, .event, .ntr, and .ptr registers, refer to Status
register set contents (on page 15-1) and Enable and transition registers (on page 15-19).
Example
Resets the instrument status model.
Also see
Status model (on page 15-1)