OPC Studio User's Guide and Reference
LastCycleDurationDouble Property (AutomatonStateStatistics)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Algorithms Namespace > AutomatonStateStatistics Class : LastCycleDurationDouble Property
The duration of the last active state (excluding the current active state); -1 if no completed active state. In milliseconds, as double-precision floating point number.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<UnitAttribute("ms")>
Public ReadOnly Property LastCycleDurationDouble As Double
'Usage
 
Dim instance As AutomatonStateStatistics
Dim value As Double
 
value = instance.LastCycleDurationDouble
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[Unit("ms")]
public double LastCycleDurationDouble {get;}
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[Unit("ms")]
public:
property double LastCycleDurationDouble {
   double get();
}

Property Value

Unit of measurement is ms.

The default value of this property is -1.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also