Tsplink Function And Attributes - Keithley 3700 series Reference Manual

System switch/multimeter
Hide thumbs Also See for 3700 series:
Table of Contents

Advertisement

Section 9: Instrument Control Library (ICL)
trigger.blender[N].wait
Function
Usage
Remarks
trigger.timer[N].clear
Function
Usage

tsplink function and attributes

Use the function and attributes in this group to assign node numbers to Series 3700 instruments
and initialize the TSP-Link system.
tsplink.node
Attribute
Usage
Remarks
Example
9-218
This function waits for a blender trigger.
triggered = trigger.blender[N].wait(timeout)
N: (In) The trigger line (1–2).
timeout: (In) Maximum amount of time in seconds to wait for the trigger.
triggered: (Out) Trigger detection indication.
This function will wait for an event blender trigger. If one or more trigger events were
detected since the last time trigger.blender[N].wait or trigger.blender[N].clear was
called, this function will return immediately.
After detecting a trigger with this function, the event detector will automatically reset
and rearm. This is true regardless of the number of events detected.
This function time clears the time event detector.
trigger.timer[N].clear()
N: (In) Event blender number (1–2).
TSP-Link node number.
To read the node number:
mynode = tsplink.node
To write the node number:
tsplink.node = mynode
mynode: Set node number from 1 to 64. Default value is 2.
This attribute sets the TSP-Link node number and saves the value in nonvolatile
memory.
After changing the node number, it will not take effect until the next time
tsplink.reset is executed on any node in the system.
Each node connected to the TSP-Link must be assigned a different node number.
Sets the TSP-Link node to number 2:
tsplink.node = 2
Series 3700 System Switch/Multimeter Reference Manual
Document Number: 3700S-901-01 Rev. A / August 2007

Advertisement

Table of Contents
loading

Table of Contents