Your hal tester – Seaward ClareHAL User Manual
Page 149

148
SSSID_SITE (Item_id = 31)
This read/write item is an array of strings representing the available site
names. The valid range of instances is 0 through 19. Note that instance
0 is for the 'new...' menu entry. Normal list entries start at instance 1.
Each site name can contain up to a maximum of up to 15 non-null
ASCII characters.
SSSID_SELIDX_LOCATION (Item_id = 32)
This read/write item is an 8-bit unsigned integer representing the index
of the currently selected location.
Valid values are in the range 0 through 49 inclusive.
SSSID_LOCATION (Item_id = 33)
This read/write item is an array of strings representing the available
location names. The valid range of instances is 0 through 49. Note that
instance 0 is for the 'new...' menu entry. Normal list entries start at
instance 1.
Each location name can contain up to a maximum of up to 15 non-null
ASCII characters.
SSSID_SELIDX_TEST (Item_id = 34)
This read/write item is an 8-bit unsigned integer representing the index
of the currently selected test. Note that index 0 represents the 'default
sequence', index 1 represents 'use testcodes', and normal list entries
start at index 2.
Valid values are in the range 0 through 21 inclusive.
SSSID_DFLT_SEQ_TCODE (Item_id = 35)
This read/write item is a string representing the 'default sequence'
testcode.
SSSID_USE_TCODES_TCODE (Item_id = 36)
This read/write item is a string representing the 'use testcodes'
testcode.
Your HAL tester