Skip to main content
Open topic with navigation CAPL Functions » ISO11783 » ISO11783 Interaction Layer » Iso11783IL_TIMSetServerCapability

Iso11783IL_TIMSetServerCapability

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

Description

The function sets a capability of a TIM function in a TIM server.

Parameters

  • parameterName: Name of the function parameter. Possible values:
    • vehicleSpeedMinimumForward
    • vehicleSpeedMaximumForward
    • vehicleSpeedMinimumBackward
    • vehicleSpeedMaximumBackward
    • frontTopLinkageBaseLength
    • frontTopLinkageStrokeLength
    • rearTopLinkageBaseLength
    • rearTopLinkageStrokeLength
  • parameterValue: New raw value of the function parameter.
  • server: TIM server simulation node to apply the function.

Return Values

  • 0: Property has been set successfully
  • < 0: An error has occurred, see error codes
  • -102: Invalid parameter value
  • -1202: Invalid parameter name

Example