User manual

Section 13: Instrument Control Library (ICL) Series 3700 System Switch/Multimeter Reference Manual
13-210 3700S-901-01 Rev. C / July 2008
localnode functions and attributes
Use the attributes in this group to set the power line frequency, control (on/off)
prompting, and control (hide/show) error messages on the display.
localnode.define.*
.MAX_TIMERS
.MAX_DIO_LINES
.MAX_TSPLINK_TRIGS
.MAX_BLENDERS
.MAX_BLENDER_INPUTS
.MAX_LAN_TRIGS
Attribute
Indicates the maximum number available for each feature.
Usage
To read the maximum number available for a feature:
maxnum = localnode.define.MAX_TIMERS
maxnum = localnode.define.MAX_DIO_LINES
maxnum = localnode.define.MAX_TSPLINK_TRIGS
maxnum = localnode.define.MAX_BLENDERS
maxnum = localnode.define.MAX_BLENDER_INPUTS
maxnum = localnode.define.MAX_LAN_TRIGS
Example
To read the maximum number of timers that are available:
maxnum = localnode.define.MAX_TIMERS
localnode.description
Attribute
User description of the unit.
Usage
localnode.description = description
description = localnode.description
description: User description of the unit.
Remarks
This attribute holds a string with an arbitrary description of the unit. This value will
appear on the welcome web page for the unit.
localnode.execute()
Function
Execute TSL code.
Usage
localnode.execute(chunk)
chunk: Source TSL code to execute.