
Software
83
VariableI:= 5;
CommandC;
UserProcedure(2.52,2);
CommandD;
VariableB:=UserFunction(VariableI,10);
…
A sequence will execute all
commands after the keyword
begin
.
end.
End of Sequence
A sequence will execute all
commands up to the keyword
end.
. Every code after this
keyword will be ignored.
9.6.4.2
Variable
Variables can be defined by the user. The name of a variable cannot be the same as a
command or a fix variable and must begin with a letter.
Following data types can be used for variables:
Integer
A whole number in the range: -2,147,483,648 to 2,147,483,647
Double
A fraction number in the range: 15 significant digits, exponent -308 to +308
String
A text with the maximal number of 255 ASCI characters.
Boolean
True or false
9.6.4.3
Fix Variable
The following three variables are reserved and can only be used for the described application.
They can be accessed like a variable of the string data type.
CellCAir
Read and write the air capacitance C air of the actual selected test cell.
Correspond to the column “C air” on the sub tab sheet Settings (see
chapter 9.3.2
CellTemp
Read and write the temperature when C air was calibrated of the actual
selected test cell. Correspond to the column “@Temperature” of the
sub tab sheet Settings (see chapter 9.3.2
CellCalibrated
Read and write the calibration date and time of the actual selected test
cell. Correspond to the column “Calibrated” of the sub tab sheet
Settings (see chapter 9.3.2
9.6.4.4
Operators
Following operators are used to assign variables, make calculations and program condition
expressions.
Содержание 2830
Страница 1: ...2830 2831 Precision Liquid and Solid Dielectric Analyzer User Manual 4843477 M Version 3 0 ...
Страница 2: ...II Revision History Version Date Author Remarks 2 0 2013 12 MB 2nd release 3 0 2021 07 SM 3rd release ...
Страница 7: ...Introduction VII 17 Conformity 113 18 Notes 114 ...
Страница 8: ...VIII Introduction ...
Страница 121: ...Conformity 113 17 Conformity ...
Страница 122: ...114 Notes 18 Notes ...
Страница 123: ...Notes 115 ...