GetStationAttributeInt64
Valid for: CANoe DE NoteThis CAPL function is also available in C#.
Function Syntax
C#int64 GetStationAttributeInt64.Call(string stationName, string attribute);
CAPLint64 GetStationAttributeInt64.Call(char[] stationName, char[] attribute);
Description
Queries an attribute of a scenario as a value of type int64 at the runtime of the scenario.Parameters
-
stationName
The name of the station from which the attribute shall be got. -
attribute
The name of the attribute which shall be got. Available default (int64) attributes:- ID
- StartOffset
Return Values
C#- The value of the attribute.
- 0
The value of the attribute cannot be found.
- The value of the attribute.
- 0
The value of the attribute cannot be found.