Measure Reference Manual

Effect
The SPLIT command does not complete. MEASFT terminates in error.
Recovery
Correct the SPLIT BY TIME FROM and/or TO time values.
MEASFT 3258 (ERR_PARSE_SPLIT_BAD_FOR_TIME)
SPLIT FOR time value not valid.
Cause
The SPLIT BY TIME FOR duration value is not valid. The duration syntax is:
number {SECOND[S] | MINUTES[S] | HOUR[S] }
where number can be 1 to 32767 and it must be followed by SECOND, MINUTE, or HOUR.
Effect
The SPLIT command does not complete. MEASFT terminates in error
Recovery
Correct the SPLIT BY TIME FOR syntax.
MEASFT 3259 (ERR_PARSE_SPLIT_BAD_INTO_OPT)
SPLIT INTO option value not valid.
Cause
The SPLIT BY TIME INTO syntax is not valid. The INTO syntax is:
number [ SECOND | MINUTE | HOUR ][ PARTS ]
where number can be 1 to 32767 if followed by SECOND, MINUTE, or HOUR, or 2 to 100
if followed by no value or PARTS.
Effect
The SPLIT command does not complete. MEASFT terminates in error.
Recovery
Correct the SPLIT BY TIME INTO syntax.
MEASFT 3260 (ERR_PARSE_SPLIT_BAD_INTO_VAL)
SPLIT INTO option value range error, max PARTS is 100.
Cause
The SPLIT BY TIME INTO number value for PARTS is out of range. The valid range is 2 to 100.
Effect
The SPLIT command does not complete. MEASFT terminates in error.
Recovery
Correct the SPLIT BY TIME INTO number value.
MEASFT 3261 (ERR_PARSE_SPLIT_TIME_FROM_KW_EXP)
SPLIT 'TO' or 'FOR' keyword expected.
Cause
The keyword following the SPLIT BY TIME FROM option is not TO or FOR.
Effect
The SPLIT command does not complete. MEASFT terminates in error.
Recovery
Correct the SPLIT BY TIME FROM syntax.
MEASFT Error and Warning Messages 577