evreal

Purpose:

Monitor a specified event for messages containing a filter string, parse the message into real numbers, and assign them to specified CyFlex variables.

Enter:

evreal <eventname> <filter> <param1> [param2 …]

Where:

eventname

Specify the event name to monitor.

filter

Specify a filter string that must be present for the parameters to be processed.

param*

Specify a CyFlex real variable(s) for assignment. Values are assigned in the provided order.

Example:

evreal gran_recv RECV my_var1 my_var2
The above command receives all events for gran_recv and looks for the string RECV in the message content string. If found, values are converted from ASCII to reals and assigned to my_var1 and my_var2.

Notes:

The program processes only the first matching event and then terminates.

See Also: