Owner manual

OpenLNS Programmer's Reference 475
(.), and colon (:) characters.
Availability
Local, full, lightweight, and independent clients. Note that
some objects that contain this property are not available to
Independent clients.
Syntax
stringValue = object.Name
Element
Description
stringValue
The name of the object.
object
The object to be acted on.
Data Type
String.
Read/Write
Read/write.
Added to API
Depends on the object used to access the property. Generally,
this property exists for the objects listed above as soon as
they are added to the API.
NvMonitorPoints
Summary
Contains the collection of all network variable monitor points
(NvMonitorPoint objects) that have been added to the
monitor set.
See the Monitor and Control chapter of the OpenLNS
Programmer’s Guide for more information on message
monitor points.
Availability
Local, full, lightweight, and independent clients. Note that
temporary MonitorSet objects are not available on
Independent clients.
Syntax
nvMonSetColl = monSetObject.NvMonitorPoints
Element
Description
nvMonSetColl
The NvMonitorPoints collection
object returned.
monSetObject
The MonitorSet object to be acted
on.
Data Type
MsgMonitorPoints collection object.
Read/Write
Read only.
Added to API
LNS Release 3.0.
NvOptions
Summary
Contains the default monitoring options that are initially
applied to the NvMonitorPoint objects in the monitor set.
This property stores the monitor set’s NvMonitorOptions
object. This contains the default monitoring options that are
applied to all NvMonitorPoint objects as they are added to
the monitor set. These options will be used to monitor these
points when they are enabled.