Section 2
:
TSP Programming Fundamentals
Series 3700 System Switch/Multimeter Reference Manual
2-32
Document Number: 3700S-901-01 Rev. A / August 2007
2 Two
3 Three
Counting from one to four,
in steps of two:
1 One
3 Three
Counting elements in list
on numeric index
1 One
2 Two
3 Three
4 Four
5 Five
6 Six
Counting elements in list
using repeat
1 One
2 Two
3 Three
4 Four
5 Five
6 Six
Standard libraries
In addition to the standard programming constructs above, TSL includes standard libraries that
contain useful functions for string manipulation, mathematics, etc. TSL also includes instrument
control extension libraries. These libraries provide programming interfaces to the
instrumentation accessible by the TSP. These libraries are automatically loaded when the TSP
starts and do not need to be managed by the programmer.