Documentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
TestCreateInputRange
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DEFunction Syntax
TestCreateStringInputRange(char text[], char caption[], char info[]);TestCreateValueInputRange(char text[], char caption[], char info[]);TestCreateByteInputRange(char text[], char caption[], char info[]);
Description
This function creates an input dialog. For adding a new range to define the input use the commandTestAddRange. After all ranges are added the dialog can be opened by the command TestWaitForInput.
Parameters
- Text: Text to be displayed in the entry dialog.
- Caption: The title of the dialog.
- Info: Further information to be shown.