QuickOPC User's Guide and Reference
_AutomatonStateStatistics Interface Properties

OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Algorithms.ComTypes Namespace : _AutomatonStateStatistics Interface

For a list of all members of this type, see _AutomatonStateStatistics members.

Public Properties
 NameDescription
 PropertyThe accumulated duration this state has been active (excluding the current active state). In milliseconds.  
 PropertyThe accumulated duration this state has been active (excluding the current active state). In milliseconds, as double-precision floating point number.  
 PropertyThe accumulated time span this state has been active (excluding the current active state).  
 PropertyThe average duration this state has been active (excluding the current active state). In milliseconds.  
 PropertyThe average time span this state has been active (excluding the current active state).  
 PropertyThe duration of the current active state; zero if not active. In milliseconds.  
 PropertyThe duration of the current active state; zero if not active. In milliseconds.  
 PropertyThe tick when the state has currently become active; -1 if not active.  
 PropertyThe tick when the state has currently become active; -1 if not active. As double-precision floating point number.  
 PropertyThe time when the state has currently become active; minimum DateTime value if not active. In UTC.  
 PropertyThe time when the state has currently become active; minimum DateTime value if not active. In local time.  
 PropertyThe current tick; -1 if not active.  
 PropertyThe current tick; -1 if not active. As double-precision floating point number.  
 PropertyThe current time; minimum DateTime value if not active. In UTC.  
 PropertyThe current time; minimum DateTime value if not active. In local time.  
 PropertyThe time span of the current active state; zero if not active. In UTC.  
 PropertyThe display string for the current object.  
 PropertyNumber of times the state has been entered (transitioned into).  
 PropertyThe tick when the state was entered (transitioned into) the first time.  
 PropertyThe tick when the state was entered (transitioned into) the first time. As double-precision floating point number.  
 PropertyThe time when the state was entered (transitioned into) the first time; minimum DateTime if never entered. In UTC.  
 PropertyThe time when the state was entered (transitioned into) the first time; minimum DateTime if never entered. In local time.  
 PropertyDetermines whether the state is currently active (transitioned into but not yet transitioned from).  
 PropertyThe duration of the last active state (excluding the current active state); -1 if no completed active state. In milliseconds.  
 PropertyThe 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.  
 PropertyThe tick when the state was entered (transitioned into) the last time (excluding the current active state); -1 if no completed active state.  
 PropertyThe tick when the state was entered (transitioned into) the last time (excluding the current active state); -1 if no completed active state. As double-precision floating point number.  
 PropertyThe time when the state was entered (transitioned into) the last time (excluding the current active state); minimum DateTime value if no completed active state. In UTC.  
 PropertyThe time when the state was entered (transitioned into) the last time (excluding the current active state); minimum DateTime value if no completed active state. In local time.  
 PropertyThe tick when the state was left (transitioned from) the last time; -1 if never transitioned from.  
 PropertyThe tick when the state was left (transitioned from) the last time; -1 if never transitioned from. As double-precision floating point number.  
 PropertyThe time when the state was left (transitioned from) the last time; minimum DateTime if never transitioned from. In UTC.  
 PropertyThe time when the state was left (transitioned from) the last time; minimum DateTime if never transitioned from. In local time.  
 PropertyThe time span of the last active state (excluding the current active state). System.Threading.Timeout.InfiniteTimeSpan if no completed active state.  
 PropertyThe tick when the state was entered (transitioned into) the last time.  
 PropertyThe tick when the state was entered (transitioned into) the last time. As double-precision floating point number.  
 PropertyThe time when the state was entered (transitioned into) the last time; minimum DateTime if never entered. In UTC.  
 PropertyThe time when the state was entered (transitioned into) the last time; minimum DateTime if never entered. In local time.  
 PropertyNumber of times the state has been left (transition from).  
 PropertyThe maximum duration this state has been active (excluding the current active state); 0 if no completed active state. In milliseconds.  
 PropertyThe maximum duration this state has been active (excluding the current active state); 0 if no completed active state. In milliseconds, as double-precision floating point number.  
 PropertyThe maximum time span this state has been active (excluding the current active state); zero if no completed active state.  
 PropertyThe minimum duration this state has been active (excluding the current active state); -1 if no completed active state. In milliseconds.  
 PropertyThe minimum duration this state has been active (excluding the current active state); -1 if no completed active state. In milliseconds, as double-precision floating point number.  
 PropertyThe minimum time span this state has been active (excluding the current active state); System.Threading.Timeout.InfiniteTimeSpan if no completed active state.  
 PropertyThe running accumulated duration this state has been active (including the current active state). In milliseconds.  
 PropertyThe running accumulated duration this state has been active (including the current active state). In milliseconds, as double-precision floating point number.  
 PropertyThe running accumulated time span this state has been active (including the current active state).  
 PropertyThe running average duration this state has been active (including the current active state). In milliseconds.  
 PropertyThe running average time span this state has been active (including the current active state).  
 PropertyThe running maximum duration this state has been active (including the current active state). In milliseconds.  
 PropertyThe running maximum duration this state has been active (including the current active state). In milliseconds, as double-precision floating point number.  
 PropertyThe running maximum time span this state has been active (including the current active state).  
Top
See Also

Reference

_AutomatonStateStatistics Interface
OpcLabs.BaseLib.Algorithms.ComTypes Namespace