set_named_variable_typed_value

The set_named_variable_typed_value function specifies a local variable should be set to the given value with the given units.

 

Syntax
void set_named_variable_typed_value(
    ID  id,
    FLOAT64  value,
    ENUM  units
    );

 

Members
Parameters Description
id Specifies the ID of the variable.
value Specifies the value the variable should be set to.
units Specifies the units of the value (see Simulation Variable Units for more information).

Return Values

This function does not return a value.

 

Remarks

N/A

 

See Also