Get
CellCurrent
returns system CellCurrent
value
Get
VoltageDiff
returns system VoltageDiff
value
Get
CurrentDiff
returns system CurrentDiff
value
Get
CoreRatio
returns system CoreRatio
value
Get
RFRealCore
returns system RFRealCore
value
Get
RFImagCore
returns system RFImagCore
value
Get
Fka
returns system Fka
value
Get
Concentration
returns system Concentration
value
Get
RFStandardcase
returns system RFStandard
value
Get
dndc
returns system DnDc
value
Get
RayleighRatio
returns system RayleighRatio
value
The list is the same as under the Set command, which can be used to alter them.
4.68
Gosub command
Application
BASIC gosub statement.
Syntax
Gosub label
Notes
The program operation temporarily jumps to the subroutine at the line starting with the label label.
The use of subroutines allows you to repeat program lines which are needed in more than one
place.
Labels are numerical values.
At the next Return the program continues at the instruction after the GoSub
Example
Measure Sample
GoSub 1000
End
1000 Calculate
Print File using “#.#\r\n”, ZAvemean
Return
4.69
Goto
Application
Program Control
Syntax
GoTo label
Notes
The program operation jumps to the line starting with “label”. Do not use goto’s without good
reason as their use is generally considered bad programming practice in all but exceptional
circumstances.
Labels are numerical values.
MAN0179
Page 4.30
Zetasizer 1000/2000/3000/4000/5000/4700
Artisan Scientific - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisan-scientific.com
Содержание Zetasizer 1000
Страница 11: ...Artisan Scientific Quality Instrumentation Guaranteed 888 88 SOURCE www artisan scientific com...
Страница 16: ...Artisan Scientific Quality Instrumentation Guaranteed 888 88 SOURCE www artisan scientific com...
Страница 34: ...Artisan Scientific Quality Instrumentation Guaranteed 888 88 SOURCE www artisan scientific com...
Страница 38: ...Artisan Scientific Quality Instrumentation Guaranteed 888 88 SOURCE www artisan scientific com...
Страница 116: ...Artisan Scientific Quality Instrumentation Guaranteed 888 88 SOURCE www artisan scientific com...