TrendSetDate
Sets the end date for all pens on a trend. Samples taken after this date will not be displayed. You can enter the date in the Value argument, or leave the Value blank - a form is then displayed in run time for the operator to enter an end date.
Syntax
TrendSetDate(AN, Value)
AN:
The AN of the trend.
Value:
The new date, as a string. Samples taken after date will not be displayed. This argument is optional.
Return Value
0 (zero) if successful, otherwise an error is returned.
Related Functions
TrendDspCursorScale, TrendDspCursorTag, TrendDspCursorTime, TrendDspCursorValue, TrendGetAn, TrendRun, TrendSetScale, TrendSetSpan, TrendSetTime, TrendSetTimebase, TrendZoom
Example
See built-in trend templates.
See Also