Estimatedrate, Extensions, Funcprofiledescription – Echelon OpenLNS User Manual
Page 635
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
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
.
Availability
Local, full, and lightweight clients.
Syntax
extensions = networkVariable.Extensions()
Element
Description
networkVariable
The parent
object.
extensions
Data Type
Object.
Read/Write
Read only.
Added to API
OpenLNS.
FuncProfileDescription
Summary
Provides a desciptive comment of the functional profile
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