PrintHT() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
In a script, you can create a button to print the historical trend by linking it to an action QuickScript that executes the PrintHT QuickScript function.
Use the PrintWindow() function instead of the PrintHT() function when you want to print the entire window instead of just the trend chart.
Note: Printing the Historical Trend using the Print option or the PrintHT() function will not print the x & y values. Use PrintWindow() or PrintScreen() to print the x & y values.
Syntax
PrintHT(HistTrendTagname);
Parameter
HistTrendTagname
The history trend tag name for the history trend to be printed.