EasyManuals Logo

Tektronix KEITHLEY 2600B Series User Manual

Tektronix KEITHLEY 2600B Series
834 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #333 background imageLoading...
Page #333 background image
Section 9: TSP command reference Series 2600B System SourceMeter® instrument Reference Manual
9-12 2600BS-901-01 Rev. F/August 2021
bit.getfield()
This function returns a field of bits from the value starting at the specified index position.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
No
Usage
result = bit.getfield(value, index, width)
result
Result of the bit manipulation
value
Specified number
index
One-based bit position within value to get (1 to 32)
width
The number of bits to include in the field (1 to 32)
Details
A field of bits is a contiguous group of bits. This function retrieves a field of bits from value starting
at index.
The index position is the least significant bit of the retrieved field. The number of bits to return is
specified by width.
The least significant bit of value is at index position 1; the most significant bit is at
index position 32.
Example
myResult = bit.getfield(13, 2, 3)
print(myResult)
The binary equivalent of decimal 13 is 1101.
The field at index position 2 and width 3 consists of the binary bits 110. The returned value is decimal 6
(binary 110).
Output:
6.00000e+00
Also see
Bit manipulation and logic operations (on page 7-4)
bit.get() (on page 9-11)
bit.set() (on page 9-13)
bit.setfield() (on page 9-14)

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Tektronix KEITHLEY 2600B Series and is the answer not in the manual?

Tektronix KEITHLEY 2600B Series Specifications

General IconGeneral
BrandTektronix
ModelKEITHLEY 2600B Series
CategoryMeasuring Instruments
LanguageEnglish

Related product manuals