Altformatname, Altformatnamescount – Echelon OpenLNS User Manual
Page 398
OpenLNS Programmer's Reference
361
•
•
•
•
•
•
•
ProgramId
•
•
•
•
AltFormatName
Summary
Contains an indexed list of all formats that can be applied to
this data type.
This allows you to search for other FormatSpec objects that
contain alternate formats. For example, in a FormatSpec
object representing the SNVT_temp_f#US format (for
example, degrees Fahrenheit), this property would contain
"SNVT_temp_f#US ", "SNVT_temp_f#SI", and
"SNVT_temp_f#US_diff".
The AltFormatNamesCount property indicates how many
alternate formats are available.
Availability
Local, full, lightweight, and independent clients. Note that
some objects containing this property are not available to
Independent clients.
Syntax
altName= fsObject.
Element
Description
altName
The alternate format.
fsObject
index
If multiple formats for this type exist,
the index number of the format to be
returned. The index number must be
between 1 to x, where x represents the
number of alternate formats available.
Data Type
String.
Read/Write
Read only.
Added to API
LNS Release 3.0.
AltFormatNamesCount
Summary
Indicates how many alternate formats are contained in the
.
Availability
Local, full, lightweight, and independent clients. Note that
some objects containing this property are not available to
Independent clients.