Bit.test() - Keithley 2601B Reference Manual

2600b series system sourcemeter instrument
Hide thumbs Also See for 2601B:
Table of Contents

Advertisement

Series 2600B System SourceMeter® Instrument Reference Manual
Usage
result = bit.setfield(value, index, width, fieldValue)
result
value
index
width
fieldValue
Details
This function returns result, which is value with a field of bits overwritten, starting at index. The index
specifies the position of the least significant bit of value. The width bits starting at index are set to
fieldValue.
The least significant bit of value is at index position 1; the most significant bit is at index position 32.
Before setting the field of bits, any fractional parts of value and fieldValue are truncated to form integers.
If fieldValue is wider than width, the most significant bits of the fieldValue that exceed the width are
truncated. For example, if width is 4 bits and the binary value for fieldValue is 11110 (5 bits), the most
significant bit of fieldValue is truncated and a binary value of 1110 is used.
Example
testResult = bit.setfield(15, 2, 3, 5)
print(testResult)
Also see
Bit manipulation and logic operations
bit.get()
(on page 7-10)
bit.set()
(on page 7-12)
bit.getfield()

bit.test()

This function returns the Boolean value (true or false) of a bit at the specified index position.
Type
TSP-Link accessible
Function
No
Usage
result = bit.test(value, index)
result
value
index
2600BS-901-01 Rev. B / May 2013
Result of the bit manipulation
Specified number
One-based bit position in value to set (1 to 32)
The number of bits to include in the field (1 to 32)
Value to write to the field
(on page 5-3)
(on page 7-11)
Affected by
Result of the bit manipulation
Specified number
One-based bit position within value to test (1 to 32)
Section 7: TSP command reference
The binary equivalent of decimal 15 is 1111. After
overwriting it with a decimal 5 (binary 101) at index
position 2, the returned value is decimal 11 (binary
1011).
Output:
1.10000e+01
Where saved
Default value
7-13

Advertisement

Table of Contents
loading

This manual is also suitable for:

2604b2614b2634b2635b2636b2602b ... Show all

Table of Contents