VTIL_SetNodeProperty
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long VTIL_SetNodeProperty( char propertyName[], long propertyValue);// form 1long VTIL_SetNodeProperty( dbNode vt, char propertyName[], long propertyValue);// form 2long VTIL_SetNodeProperty( char propertyName[], char propertyValue[]);// form 3long VTIL_SetNodeProperty( dbNode vt, char propertyName[], char propertyValue[]);// form 4
Description
Changes an internal property of the node.Parameters
- vt: VT simulation node to apply the function
- propertyName: Name of the property (see Properties of VT IL and Network Properties of VT IL)
- propertyValue: New value for the property
Return Values
- 0: Property has been set successfully
- < 0: An error has occurred: IL Error Code