UOM.DeltaUOM Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Namespace: OSIsoft.AF.UnitsOfMeasure
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public UOM DeltaUOM { get; }
Public ReadOnly Property DeltaUOM As UOM Get Dim instance As UOM Dim value As UOM value = instance.DeltaUOM
public: property UOM^ DeltaUOM { UOM^ get (); }
member DeltaUOM : UOM with get
Property Value
Type: UOMReturns the UOM that corresponds to the difference in two quantities in this UOM.
Remarks
For all standard UOMs, the delta UOM is the same as the current UOM. This can be overridden by
defining a UOM with an Abbreviation starting with 'Delta ' followed
by the corresponding UOM abbreviation. As an example, for temperature UOMs the equivalent UOM from the
Temperature (Delta) class is returned.