Owner manual

OpenLNS Programmer's Reference 598
EstimatedRate
Summary
The estimated sustained message rate (in tenths of messages
per second) declared for the network variable.
Availability
Local, full, and lightweight clients.
Syntax
estimatedRateValue = nvObject.EstimatedRate
Element
Description
estimatedRateValue
Estimated sustained message rate.
The valid values for this property
are integers from 0 to 18780 (0 to
1878.0 messages per second).
nvObject
The NetworkVariable object to be
acted on.
Data Type
Integer.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
Extensions
Summary
Retrieves a child Extensions collection from a parent
NetworkVariable object.
Availability
Local, full, and lightweight clients.
Syntax
extensions = networkVariable.Extensions()
Element
Description
networkVariable
The parent NetworkVariable object.
extensions
The child Extensions collection.
Data Type
Object.
Read/Write
Read only.
Added to API
OpenLNS.
FuncProfileDescription
Summary
Provides a desciptive comment of the functional profile
associated with the NetworkVariable object.
This property is accessed from the functional profile template
file associated with the object.
This property is language dependent. Set the System object's
ResourceLanguageId to control the language.
Availability
Local, full, and lightweight clients.
Syntax
description = object.FuncProfileDescription
Element
Description