J1939SetEnvDbl
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 J1939SetEnvDbl( char envVar[], dword index, float value );
J1939SetEnvDbl( "EvFrictionForce", 1, 33.12 );