Save the current contents of the Multi Trend Object as a comma-separated text file.
*If the data cycle (read interval) is 2 or higher, the values in that cycle are stored as the same value (the first value of that cycle).
void @MultiTrendSaveToCsv(string classname, string filename);
Parameters
string classname : Class name of multi-trend
string filename : filename to save
Return value
none
Example
@MultiTrendSaveToCsv("MultiTrend1","C:\\TEST.CSV");
Description : Saves the current graph content of the MultiTrend1 object to the C:\TEST.CSV file.
Version Information
Supported Version: 10.3.7.6 or later
Related Helps
@MultiTrendSetAlarmLineStyle()
@MultiTrendSetAlarmLineThick()
@MultiTrendSetLogarithmicScale()
@MultiTrendSetPanelBackColor()