AFAttribute.Step Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property returns if the attribute's value is stepped.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool Step { get; }
Public ReadOnly Property Step As Boolean Get Dim instance As AFAttribute Dim value As Boolean value = instance.Step
public: property bool Step { bool get (); }
member Step : bool with get
Property Value
Type: BooleanReturns if the attribute's value is stepped.
Remarks
The step attribute defines how the values are to be interpolated. When set to
, the values are treated as a continuous signal, and adjacent
values are linearly interpolated.
When set to , the values are treated discretely and adjacent
values are not interpolated.