-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathINDEX
104 lines (104 loc) · 4.87 KB
/
INDEX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
AFSetup Setup supporting libraries and static object
...
CalculateCompressedValues
Apply Exception and Compression to Data Series
...
CalculateDerivative Calculate Derivative ...
CalculateEMA Calculate EMA ...
CalculateMA Calculate MA ...
CalculateMSD Calculate MSD ...
CalculateNEMA Calculate NEMA ...
CalculateOutlier Calculate Outlier ...
CalculateZScore Calculate ZScore ...
ConnectToAF Connect to AF with User Name and Password ...
ConnectToAFWithPrompt Connect to AF with Prompt ...
ConnectToAFandPI Connect to PI Server with User Name and
Password ...
ConnectToDefaultAF Connect to Default AF Server and Database ...
ConnectToDefaultAFandPI
Connect to Default PI Server ...
ConnectToDefaultPI Connect to Default PI Server ...
ConnectToPI Connect to PI Server as Windows User ...
ConnectToPIWithPrompt Connect to PI Server with Prompt (TODO) ...
CreateAFFile Create AF File ...
CreateAttributeInAttribute
Create Attribute in Attribute ...
CreateAttributeInElement
Create Attribute in Element ...
CreateAttributeInFrame
Creates Attribute in Frame ...
CreateAttributesInElementTemplate
Create Attributes in Element Template ...
CreateCalculationTag Create a Double Precision Calculation Point for
Forecasting ...
CreateElement Create Element ...
CreateElementCategory Create Element Category ...
CreateElementTemplate Create Element Template ...
CreateFrame Create Frame ...
DeleteAttributeByPath Deletes Attribute by Path ...
DeleteAttributesByPaths
Deletes Attributes by Path ...
DeletePointValues Delete Point Values ...
DisconnectAll Disconnect from AF and PI Server ...
DisconnectFromAF Disconnect from AF Server ...
DisconnectFromPI Disconnect from PI Server ...
FindAttributesByCategory
Finds Attributes by Category ...
FindAttributesByName Find Attributes by Name ...
FindAttributesInElement
Find Attributes in Element ...
FindAttributesInFrame Find Attributes in Frame ...
FindAttributesInTemplate
Find Attributes in Template ...
FindChangedFrames Listen to Frame Events ...
FindElementTemplate Find Element Element ...
FindElementTemplatesByName
Find Element Templates by Name ...
FindElementsByCategory
Find Elements by Category ...
FindElementsByName Find Elements by Name ...
FindElementsByPath Find Elements by Path ...
FindElementsByTemplate
Find Elements by Template ...
FindFrameTemplatesByName
Find Frame Templates by Name ...
FindFrames Find Frame by Start and End Times ...
FindFramesByElement Find Frame by Element ...
FindFramesByTemplate Find Frame by Template ...
FindPointByName Find PI Point ...
FindPointsbyName Find PI Points by Name ...
FindPointsbyPointSource
Find PI Points by Point Source ...
GetAFCalculationBasis Get AF AF Calculation Basis ...
GetAttributeSummaries Get Attribute Summaries ...
GetAttributeSummary Get Attribute Summary ...
GetAttributeValue Get Attribute Value ...
GetAttributeValues Get Attribute Values ...
GetCompressionTypes List all Compression Types ...
GetConnection Get the Connection Object ...
GetMESCV Calculate Stats on Exception and Compression
...
GetMaxItemReturn Get the Maximum Number of Items to Return ...
GetMultiplePointValues
Get Multiple Point Values ...
GetPIServers Get the Connection Object ...
GetPointAttributes Get PI Point Attributes...
GetPointStatistics Get Point Data Statistics ...
GetPointSummaries Get Point Summaries ...
GetPointSummary Get Point Summary ...
GetPointValue Get Point Value ...
GetPointValues Get Point Values ...
GetRetrievalModes Get Retrieval Modes ...
GetRetrievalTypes Get Retrieval Types ...
GetSnapShotData Get Snapshot Data for Single Point ...
GetSummaryTypes Get Summary Types ...
GetUOMs Get UOM's ...
SetAFDatabase Set the AF Database ...
SetAFServer Set the AF Server ...
SetMaxItemReturn Set the Maximum Number of Items to Return ...
SetPIServer Set the PI Server ...
SetPointValue Set Point Value ...
SetPointValues Set Point Values ...
Statistics Calculate Compression Statistics ...
ValueTest Compare a Point Value against a Source Value
...