7: TSP command reference Series 2600B System SourceMeter® Instrument
7-330 2600BS-901-01 Rev. C / August 2016
Bit B7 B6 B5 B4 B3 B2 B1 B0
(2
) (2
) (2
) (2
) (2
) (2
) (2
) (2
)
Binary value 0/1 0/1 0/1 0/1 0/1 0/1 0/1 0/1
Example 1
operationRegister = status.operation.user.BIT11 +
status.operation.user.BIT14
status.operation.user.enable = operationRegister
Uses constants to set bits B11 and B14
of the operation status user enable
register.
Example 2
-- 18432 = binary 0100 1000 0000 0000
operationRegister = 18432
status.operation.enable = operationRegister
Uses a decimal value to set bits B11 and
B14 of the operation status user enable
register.
Also see
Operation Status Register (on page E-9)
status.operation.* (on page 7-292)
status.questionable.*
These attributes manage the status model's questionable status register set.
Type TSP-Link accessible Affected by Where saved Default value
Attribute - - - - - - - -
Usage
questionableRegister = status.questionable.condition
questionableRegister = status.questionable.enable
questionableRegister = status.questionable.event
questionableRegister = status.questionable.ntr
questionableRegister = status.questionable.ptr
status.questionable.enable = questionableRegister
status.questionable.ntr = questionableRegister
status.questionable.ptr = questionableRegister
The status of the questionable status register; a zero (0) indicates no bits set
(also send 0 to clear all bits); other values indicate various bit settings