concepts.dm.crow.crow_expression_utils.crow_get_used_state_variables#

crow_get_used_state_variables(expr)[source]#

Return the set of state variables used in the given expression.

Parameters:

expr (ValueOutputExpression) – the expression to be analyzed.

Returns:

the set of state variables (the Feature objects) used in the given expression.

Return type:

Set[CrowFeature]