Example:
// Create a configuration entry at index 0 of the sequence table.
// Mark as command (control_parameter = 0x80000000 = 2147483648),
// sequence loop count = 1, action id + command code = 0x00020001,
// segment id = 1,
// segment start offset is 0, segment end offset is 239
:STAB1:DATA 0,2147483648,1,#h00020001,1,0,239
Using Data block:
[:SOURce]:STABle[1|2]:DATA <sequence_id>,<data_block>
:STAB1:DATA 0, <data_block>
Query
[:SOURce]:STABle[1|2]:DATA? <sequence_id>,<length>
:STAB1:DATA? 0, 6
The sequence table can contain data, idle delay and configuration entries. The
following table shows, which parameters are needed to create the different entry
types.