AFAnalysisRule.GetInputs Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This method provides the analysis rule a mechanism to specify the attributes
it will use during its analysis.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public virtual AFAttributeList GetInputs()
Public Overridable Function GetInputs As AFAttributeList Dim instance As AFAnalysisRule Dim returnValue As AFAttributeList returnValue = instance.GetInputs()
public: virtual AFAttributeList^ GetInputs()
abstract GetInputs : unit -> AFAttributeList override GetInputs : unit -> AFAttributeList
Return Value
Type: AFAttributeListReturns the list of attributes this analysis rule will use as inputs to the analysis.
Remarks
By identifying the attributes used during the analysis, the AF SDK will
be able to more efficiently gather the inputs for the analysis. Additionally, this
will allow the Reset Overload methods of the case
to specifically identify attributes for this analysis rule.