AFAnalysisInputRange Class
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
Defines input data ranges information for an input on AFAnalysisRule.
Inheritance Hierarchy
SystemObject
OSIsoft.AF.AnalysisAFAnalysisInputRange
OSIsoft.AF.AnalysisAFAnalysisInputRange
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public sealed class AFAnalysisInputRange
Public NotInheritable Class AFAnalysisInputRange Dim instance As AFAnalysisInputRange
public ref class AFAnalysisInputRange sealed
[<SealedAttribute>] type AFAnalysisInputRange = class end
The AFAnalysisInputRange type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Counts |
Counts of values with respect to the associated time context that the input requires.
| |
| IsTriggerTimeOnly |
Returns true if the input range includes only trigger time.
| |
| Ranges |
Data time ranges that the input requires.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
AFAnalysisInputRange instances are created by AFAnalysisRuleInputDefinition
and added to Inputs collection.