Data Queue - Keithley 2601B Reference Manual

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

Advertisement

Section 5: Introduction to TSP operation
The Test Script Processor (TSP) scripting engine stores all numbers internally as IEEE Std 754
double-precision floating point values. The logical operations work on 32-bit integers. Any fractional
bits are truncated. For numbers larger than 4294967295, only the lower 32 bits are used.
bit.bitand()
(on page 7-8)
bit.bitor()
(on page 7-8)
bit.bitxor()
(on page 7-9)
bit.clear()
(on page 7-10)
bit.get()
(on page 7-10)
bit.getfield()
(on page 7-11)
bit.set()
(on page 7-12)
bit.setfield()
(on page 7-12)
bit.test()
(on page 7-13)
bit.toggle()
(on page 7-14)

Data queue

Use the data queue commands to:
Share data between test scripts running in parallel
Access data from a remote group or a local node on a TSP-Link
The data queue in the Test Script Processor (TSP
You can access data from the data queue even if a remote group or a node has overlapped
operations in process.
dataqueue.add()
dataqueue.CAPACITY
dataqueue.clear()
dataqueue.count
dataqueue.next()
5-4
(on page 7-45)
(on page 7-46)
(on page 7-46)
(on page 7-47)
(on page 7-48)
Series 2600B System SourceMeter® Instrument Reference Manual
®
) scripting engine is first-in, first-out (FIFO).
®
network at any time
2600BS-901-01 Rev. B / May 2013

Advertisement

Table of Contents
loading

This manual is also suitable for:

2604b2614b2634b2635b2636b2602b ... Show all

Table of Contents