Table:
GTV and GREG variables which are removed,
modified, or added. Their read-write status is indicated in the third
column. Refer to section
for a detailed
description.
|
Old name |
New name |
Read-Write |
Usage |
|
GTV%SLEEP |
none |
RO |
the active/sleeping drawing state |
|
GTV%IMAGES[4,15] |
none |
RO |
internal values associated to the first 15 images |
|
GTV%IDENT |
none |
RW |
the number of the device currently in use |
|
LUT |
none |
RO |
the hue values of the current LUT in use |
|
REXTR |
none |
RO |
the extrema of the last segment created |
|
REXTR_D |
none |
RO |
the extrema of the current working directory |
|
none |
GTV%PWD |
RO |
the current working directory |
|
none |
GTV%FITPAGE |
RW |
activate option /FITPAGE for HARDCOPY |
|
GTV%LUT_STATIC |
LUT%STATIC |
RO |
the dynamic/static LUT state |
|
LUT_SIZE |
LUT%SIZE |
RO |
the number of levels of the current LUT |
|
LUT_MODE |
LUT%MODE |
RW |
the HSV or RGB mode for the user-defined LUT |
|
HUE |
LUT%HUE |
RW |
the hue values of the current LUT (input/output) |
|
SATURATION |
LUT%SATURATION |
RW |
same for the saturation values |
|
VALUE |
LUT%VALUE |
RW |
same for the intensity values |
|
RED |
LUT%RED |
RW |
same for the red intensity values |
|
GREEN |
LUT%GREEN |
RW |
same for the green intensity values |
|
BLUE |
LUT%BLUE |
RW |
same for the blue intensity values |
|
B_HUE |
LUT%BLANKING%HUE |
RW |
the hue value of the blanking color (input/output) |
|
B_SATURATION |
LUT%BLANKING%SATURATION |
RW |
same for the saturation value |
|
B_VALUE |
LUT%BLANKING%VALUE |
RW |
same for the intensity value |
|
B_RED |
LUT%BLANKING%RED |
RW |
same for the red intensity value |
|
B_GREEN |
LUT%BLANKING%GREEN |
RW |
same for the green intensity value |
|
B_BLUE |
LUT%BLANKING%BLUE |
RW |
same for the blue intensity value |
|
P_HUE |
LUT%PEN%HUE |
RW |
the hue values of the user-defined pens (input/output) |
|
P_SATURATION |
LUT%PEN%SATURATION |
RW |
same for the saturation values |
|
P_VALUE |
LUT%PEN%VALUE |
RW |
same for the intensity values |
|
P_RED |
LUT%PEN%RED |
RW |
same for the red intensity values |
|
P_GREEN |
LUT%PEN%GREEN |
RW |
same for the green intensity values |
|
P_BLUE |
LUT%PEN%BLUE |
RW |
same for the blue intensity values |
|
LCUT |
CURIMA%SCALE[1] |
RO |
low cut for last image PLOT'ted |
|
HCUT |
CURIMA%SCALE[2] |
RO |
high cut for last image PLOT'ted |
|
SCALING |
CURIMA%SCALING |
RO |
scaling mode for last image PLOT'ted |
|
EQUAL_NLEV |
CURIMA%EQUAL%NLEV |
RO |
number of levels in EQUAL mode |
|
EQUAL_LEV |
CURIMA%EQUAL%LEV |
RO |
levels in EQUAL mode |
|
EQUAL_HIST |
CURIMA%EQUAL%HIST |
RO |
values per level in EQUAL mode
|