Owner manual

OpenLNS Programmer's Reference 750
LonMarkObject has been
completed.
FALSE. The reset has not been
completed.
ReportMask Property
TRUE. The LonMarkObject can be
reset.
FALSE. The LonMarkObject can not
be reset.
statusObject
The ObjectStatus object to be acted
on.
Data Type
Boolean.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
SelfTestInProgress
Summary
Indicates whether the most recent self-test of the
LonMarkObject is still in progress, or whether a self-test can
be performed on the LonMarkObject.
This description of this property depends on whether it was
accessed through the Status or ReportMask properties of a
LonMarkObject.
Status property. Indicates whether the most recent
self-test of the LonMarkObject is still in progress. If this
property is True, then the most recent self-test is still in
progress.
ReportMask property. Indicates whether a self-test can
be performed on the LonMarkObject. If this property is
True, then a self-test can be performed on the
LonMarkObject.
If the LonMarkObject can perform a self-test, you can
initiate one by writing the
lcaLonMarkObjectRequestSelfTest (3) value to the
Request property of the LonMarkObject.
Availability
Local, full, and lightweight clients.
Syntax
selfTestFlag = statusObject.SelfTestInProgress
Element
Description
selfTestFlag
A Boolean value indicating whether
the most recent self-test of the
LonMarkObject is still in progress, or
whether a self-test can be performed
on the LonMarkObject.
Status Property