PrintHT() Function
- Last UpdatedJul 16, 2024
- 1 minute read
The PrintHT() function prints the historical trend currently visible on the screen. Usually, the PrintHT() function is associated with a screen button included on the historical trend window. Operators select the button to print the visible historical trend with its current values.
Category.
Historical
Syntax
PrintHT(Trend_Tag);
Argument
Trend_Tag
HistTrend tag.
Example
This example prints the PumpPress historical trend currently visible on the screen.
PrintHT(PumpPress);