32
Gemini GV6K/GT6K Command Reference
[ + ]
Addition
Type
Operator
(Mathematical)
Syntax
See
below
Units
n/a
Range
n/a
Default
n/a
Response
n/a
See Also
[
=
],
[
()
],
[
-
],
[
*
],
[
/
],
[
SQRT
],
VAR, VARI,
VARB
Product Rev
GT6K 6.0
GV6K 6.0
The addition (
+
) operator adds the value on the left of the operator to the value on the right of the operator.
The addition operator can only be used in conjunction with the
VAR
,
VARI
and
VARB
commands.
The total command length must be less than 80 characters. The order of precedence is
left to right
. The
Operation Priority Level (
()
) operators can be used; however, they cannot be nested.
Examples of valid commands:
VAR1=1+2+3+4+5+6+7+8+9
VAR2=VAR1+1+(5*3)
VARB1=b1101
+
b11001
[ – ]
Subtraction
Type
Operator
(Mathematical)
Syntax
See
Below
Units
n/a
Range
n/a
Default
n/a
Response
n/a
See Also
[
=
],
[
()
],
[
+
],
[
*
],
[
/
],
[
SQRT
],
VAR, VARI,
VARB
Product Rev
GT6K 6.0
GV6K 6.0
The subtraction (
-
) operator subtracts the value to the right of the operator from the value to the left of the
operator. The subtraction operator can only be used in conjunction with the
VAR
,
VARI
and
VARB
commands.
The total command length must be less than 80 characters. The order of precedence is
left to right
. The
Operation Priority Level (
()
) operators can be used; however, they cannot be nested.
Examples of valid command s:
VAR1=1-2-3-4-5-6-7-8-9
VAR2=VAR1-1+(5*3)
VARB1=b111101
-
b11001
[ * ]
Multiplication
Type
Operator
(Mathematical)
Syntax
See
Below
Units
n/a
Range
n/a
Default
n/a
Response
n/a
See Also
[
=
],
[
()
],
[
+
],
[
-
],
[
/
],
[
SQRT
],
VAR, VARI,
VARB
Product Rev
GT6K 6.0
GV6K 6.0
The multiplication (
*
) operator multiplies the value to the right of the operator with the value to the left of
the operator. The multiplication operator can only be used in conjunction with the
VAR
,
VARI
and
VARB
commands. (Values assigned to
VARI
variables are truncated to integer values.)
The total command length must be less than 80 characters. The order of precedence is
left to right
. The
Operation Priority Level (
()
) operators can be used; however, they cannot be nested.
Examples of valid commands:
VAR1=1*2*3*4*5*6*7*8*9
VAR2=VAR1-1+(5*3)
VARB1=b111101
*
b11001
www.comoso.com
Содержание Gemini GT6K
Страница 24: ...www comoso com ...
Страница 40: ...www comoso com ...
Страница 344: ...www comoso com ...
Страница 350: ...www comoso com ...