Iso11783SetEnvDbl
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
This function sets the value of an environment variable.Parameters
- envVar: Name of the environment variable
- index: Index of the environment variable
- value: New value
dword Iso11783SetEnvDbl( char envVar[], dword index, float value );
Iso11783SetEnvDbl( "EvFrictionForce", 1, 33.12 );