Simple Text Annotation
A simple text annotation is used to place a customized text label in a scene or plot display.
Displaying a Report Value in a Simple Text Annotation
You can include the value of any report within the text of a simple text annotation. To do this:
-
Find the field function that corresponds to the report within the
manager and record the name given in the Function Name property.The example below shows the field function corresponding to a report called Inlet Pressure. The Function Name is InletPressureReport.
-
Use this function name in the text of the simple text annotation by adding ‘$’ to the front of the name.
This would be $InletPressureReport for the example shown above. Note that this text can be surrounded by any other text if desired.
The function name will be replaced by the reported value, and will be updated whenever the report updates.