This definition is based on version 2H of the Product Specification for L2 Products and Auxiliary Products SW-DS-DTU-GS-0001
name | size | initialisation |
lineno_first_dcb_record | | $lineno_first_dcb_record = index(asciiline, substr(60, 20, str(., 80)) == "PRN / BIAS / RMS ") |
lineno_last_dcb_record | | $lineno_last_dcb_record = index(asciiline, index(.) > $lineno_first_dcb_record and substr(60, 20, str(., 80)) != "PRN / BIAS / RMS ") - 1 |
num_dcb_records | | $num_dcb_records = $lineno_last_dcb_record - $lineno_first_dcb_record |