get_named_variable_typed_value

The get_named_variable_typed_value function retrieves the value of a named local variable, in the specified units.

 

Syntax
FLOAT64 get_named_variable_typed_value(
    ID  id,
    ENUM  units
    );

 

Members
Parameters Description
id Specifies the ID of the variable.
units Specifies the enum value of the units required. Use get_units_enum to retrieve the enum value from a string.

Return Values

The function returns the value in a FLOAT64. 0 is returned if the variable ID is not found.

 

Remarks

N/A

 

See Also