Owner manual

OpenLNS Programmer's Reference 752
UnableToMeasure
Summary
Indicates whether an input/output line failure has been
detected in the LonMarkObject object, or whether the
LonMarkObject could report an input/output line failure.
This description of this property depends on whether it was
accessed through the Status or ReportMask properties of a
LonMarkObject.
Status property. Indicates whether an input/output line
failure has been detected in the LonMarkObject. If this
property is True, then an input/output line failure has
been detected in the LonMarkObject.
ReportMask property. Indicates whether the
LonMarkObject could report an input/output line failure.
If this property is True, then the LonMarkObject could
report an input/output line failure.
Availability
Local, full, and lightweight clients.
Syntax
measureFlag = statusObject.UnableToMeasure
Element
Description
measureFlag
A Boolean value indicating whether
an input/output line failure has been
detected in the LonMarkObject object,
or whether the LonMarkObject could
report an input/output line failure.
Status Property
TRUE. An input/output line failure
has been detected in the
LonMarkObject object.
FALSE. An input/output line failure
has not been detected.
ReportMask Property
TRUE. The LonMarkObject can
report an input/output line
failure.
FALSE. The LonMarkObject can not
report an input/output line
failure.
statusObject
The ObjectStatus object to be acted
on.
Data Type
Boolean.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.