Model 2601B-PULSE System SourceMeter Instrument Reference Manual Section 11: TSP command reference
2601B-PULSE-901-01A April 2020 11-293
status.operation.instrument.lan.trigger_overrun.LAN2
status.operation.instrument.lan.trigger_overrun.LAN3
status.operation.instrument.lan.trigger_overrun.LAN4
status.operation.instrument.lan.trigger_overrun.LAN5
status.operation.instrument.lan.trigger_overrun.LAN6
status.operation.instrument.lan.trigger_overrun.LAN7
status.operation.instrument.lan.trigger_overrun.LAN8
As an example, to set bit B1 of the operation status LAN trigger overrun enable register, set
status.operation.instrument.lan.trigger_overrun.enable =
status.operation.instrument.lan.trigger_overrun.LAN1.
In addition to the above constants, operationRegister can be set to the numeric equivalent of the
bit to set. To set more than one bit of the register, set operationRegister to the sum of their
decimal weights. For example, to set bits B1 and B8, set operationRegister to 258 (which is the
sum of 2 + 256).
Example 1
operationRegister = status.operation.instrument.lan.trigger_overrun.LAN1 +
status.operation.instrument.lan.trigger_overrun.LAN8
status.operation.instrument.lan.trigger_overrun.enable = operationRegister
Use constants to set bit B1 and bit B8 of the operation status LAN trigger overrun enable register.
Example 2
operationRegister = 258
status.operation.instrument.lan.trigger_overrun.enable = operationRegister
Use the decimal value to set bit B1 and bit B8 of the operation status LAN trigger overrun enable register.
Also see
Operation Status Registers (on page 15-8)
status.operation.instrument.lan.* (on page 11-290)