2600AS-901-01 Rev. B / September 2008 Return to Section Topics 19-169
Series 2600A System SourceMeter® Instruments Reference Manual Section 19: Remote Commands
Usage Reads condition, enable, event, NTR, and PTR registers:
operreg =
status.operation.instrument.digio.trigger_overrun.condition
operreg = status.operation.instrument.digio.trigger_overrun.enable
operreg = status.operation.instrument.digio.trigger_overrun.event
operreg = status.operation.instrument.digio.trigger_overrun.ntr
operreg = status.operation.instrument.digio.trigger_overrun.ptr
Writes to enable, NTR, and PTR registers:
status.operation.instrument.digio.trigger_overrun.enable = operreg
status.operation.instrument.digio.trigger_overrun.ntr = operreg
status.operation.instrument.digio.trigger_overrun.ptr = operreg
Set operreg to one of the following values:
0 Clears all bits.
status.operation.instrument.digio.trigger_overrun.LINE1 Sets LINE1
bit (B1).
status.operation.instrument.digio.trigger_overrun.LINE2 Sets LINE2
bit (B2).
status.operation.instrument.digio.trigger_overrun.LINE3 Sets LINE3
bit (B3).
status.operation.instrument.digio.trigger_overrun.LINE4 Sets LINE4
bit (B4).
status.operation.instrument.digio.trigger_overrun.LINE5 Sets LINE5
bit (B5).
status.operation.instrument.digio.trigger_overrun.LINE6 Sets LINE6
bit (B6).
status.operation.instrument.digio.trigger_overrun.LINE7 Sets LINE7
bit (B7).
status.operation.instrument.digio.trigger_overrun.LINE8 Sets LINE8
bit (B8).
status.operation.instrument.digio.trigger_overrun.LINE9 Sets LINE9
bit (B9).
status.operation.instrument.digio.trigger_overrun.LINE10 Sets LINE10
bit (B10).
status.operation.instrument.digio.trigger_overrun.LINE11 Sets LINE11
bit (B11).
status.operation.instrument.digio.trigger_overrun.LINE12 Sets LINE12
bit (B12).
status.operation.instrument.digio.trigger_overrun.LINE13 Sets LINE13
bit (B13).
status.operation.instrument.digio.trigger_overrun.LINE14 Sets LINE14
bit (B14).
operreg can also be set to the decimal weight of the bit to be set. Examples:
To set bit B1 (LINE1), set operreg to 2 (2
1
).
To set bit B11 (LINE11), set operreg to 2048 (2
11
).
To set more than one bit of the register, set operreg to the sum of their decimal weights.
For example, to set bits B2 and B4, set operreg to 20 (4 + 16).