LoadScenario
CAPL Functions » ADAS » LoadScenario Valid for: CANoe DE NoteThis CAPL function is also available as C# function.
Function Syntax
C#bool LoadScenario.Call(string path);
CAPLint LoadScenario.Call(char[] path);
Description
Loads a scenario during a running measurement via a file path.Parameters
- path: Path to the scenario which shall be loaded.
Return Values
C#- true: Scenario could be loaded
- false: Scenario could not be loaded (check for correct path)
- 1: Scenario could be loaded
- 0: Scenario could not be loaded (check for correct path)