GetHistorianSource
- Last UpdatedDec 08, 2015
- 1 minute read
GetHistorianSource method gets the named history source object for a server from the server list.
Example
Dim b as object;
b = Trend1.GetHistorianSource("idc_insql15");
Syntax
[Result =] Trend1.GetHistorianSource(string HistorySourceName);
Parameters
HistorySourceName
The name of the history source.
Return Value
If the server exists, the object is returned; otherwise, a NULL is returned.