Section 9: TSP command reference Series 2600B System SourceMeter® instrument Reference Manual
9-310 2600BS-901-01 Rev. F/August 2021
status.operation.instrument.lan.trigger_overrun.LAN1
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).
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.
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 12-8)
status.operation.instrument.lan.* (on page 9-307)