TestAddRange
CAPL Functions » Test Feature Set » TestAddRange Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DEFunction Syntax
TestAddRange(long handle, double minValue, double maxValue);
Description
This function adds a new range that is allowed for dialog input. This can be a minimum/maximum for a numerical value or a minimum/maximum length of a string or byte array.Parameters
- Handle: The handle of the dialog.
- minValue: The minimum of the input.
- maxValue: The maximum of the input.