Everything

csplus.get_float_expression


This functions gets value of a float expression.

[Specification format]

csplus.get_float_expression(session_id, expression)

[Argument(s)]

Argument

Description

session_id

This argument is ignored in this version.

expression

The expression to be evaluated

[Return value]

The value of the specified expression.

[Detailed description]

-

This functions gets value of a float expression.

[Example of use]

>>> csplus.get_float_expression(0, "floatVar")
10.1234