Keithley SourceMeter 2600 Series Reference Manual page 106

Table of Contents

Advertisement

2-54 TSP Programming Fundamentals
Nil is a type with a single value, nil , whose main property is to be different from
any other value. Global variables have a nil value by default—before a first
assignment—and you can assign nil to a global variable to delete it. TSL uses
as a kind of non-value to represent the absence of a useful value.
nil
Operators
Arithmetic Operators:
(addition)
+
(subtraction)
-
(multiplication)
*
(division)
/
(negation)
-
2600S-901-01 Rev. A / May 2006
Series 2600 System SourceMeters Reference Manual
Relational Operators:
(less than)
<
(greater than)
>
(less than or equal)
<=
(greater than or equal)
>=
(not equal)
~=
(equal)
==
Return to
Section 2 topics
Logical Operators:
and
or
not

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents