Devicetemplates, Parent – Echelon OpenLNS User Manual

Page 958

Advertising
background image

OpenLNS Programmer's Reference

921

Availability

Local, full, lightweight, and independent clients. Note that

some collections are not available to Independent clients.

Syntax

stringValue = object.Description

Element

Description

stringValue

A string description of the

TemplateLibrary

object.

object

The

TemplateLibrary

object to be

acted on.

Data Type

String.

Read/Write

Read/write.

Added to API

This 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. See the applicable object

to determine what release it was introduced in.

DeviceTemplates

Summary

Contains the

DeviceTemplates

collection object associated

with the specified

TemplateLibrary

object. This is a

collection of all

DeviceTemplate

objects known to the system

.

Availability

Local, full, and lightweight clients.

Syntax

devTempColl = tlObject.DeviceTemplates

Element

Description

devTempColl

The DeviceTemplates

collection to be

returned.

tlObject

The TemplateLibrary object to be

acted on.

Data Type

DeviceTemplates

collection object.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

Parent

Summary

Returns the object that spawned the current child object.
The parent object is determined by the means in which a

child object is accessed, not by the OpenLNS Object

hierarchy.

Availability

Local, full, lightweight, and independent clients. Note that

some collection objects are not available to Independent

clients.

Syntax

parentObject = object.Parent

Element

Description

parentObject

The object that is the parent of the

Advertising