evreal
Purpose:
-
Event content to real
Enter:
-
evreal <eventname> <filter> <param1> <param2> <param3> <param4>
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 for assignment. Values are assigned in the order of the command line.
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.