<section data> The section data format varies for each section and may be any length.
Note that the total length of a section is 16 (for the section header) plus the
length of the section data. Thus, when calculating the length of a block of
configuration data, don’t forget to add the length of the headers.
Example 10 DIM Block$[320 00] !allocate enough memory fo r block data
20 DIM Specifier$[2 ]
30 OUTPUT XXX;"EOI ON"
40 OUTPUT XXX;"SYSTEM:HEAD OFF"
50 OUTPUT XXX;" SELECT 1" !sel ect module
60 OUTPUT XXX;"SYSTEM:DATA? !send the data query
70 ENTER XXX US ING"#,2A";Specifie r$ !read in #8
80 ENTER XXX US ING"#,8D",Blockl ength !read in b lock length
90 ENTER XXX US ING"-K",Block$ ! read in data
DATA and SETup Commands
42–3