Signal Access CAPL Functions
Valid for: CANoe DE • CANoe4SW DEFunctions
- GetGeneralSignalType: Determines the general type of a signal.
- GetRawSignal: Retrieves the current raw value of a signal.
- getSignal: Gets the value of a signal.
- getSignalDescriptionForValue: Retrieves the description for the value of a database signal.
- getSignalTime: Gets the time point relative to the measurement start at which the signal was last sent on the bus.
- getSignalValueForDescription: Retrieves the value for a value description of a database signal.
- RegisterSignalDriver: Registers the given callback as a ‘signal driver’ for the signal.
- SetRawSignal: Sets the raw value of a signal.
- SetSignal: Sets the transmitted signal to the accompanying value.
- checkSignalInRange: Checks the value of a signal, a system variable or an environment variable against a condition.
- testValidateSignalInRange: Checks the value of a signal, a system variable or an environment variable against a condition.
- testValidateSignalOutsideRange: Checks the value of a signal, a system variable or an environment variable against a condition.
- CheckSignalMatch: Checks a given value against the value of the signal, the system variable or the environment variable.
- TestValidateSignalMatch: Checks a given value against the value of the signal, the system variable or the environment variable.
- ReadByteArraySignalAsInteger: Reads the value of a byte array signal, treating it as an integer.
- WriteByteArraySignalAsInteger: Writes the value of a byte array signal, treating it as an integer.