User Guide/Project/Reserved Attributes: Difference between revisions
From STX Wiki
< User Guide | Project
Jump to navigationJump to search
m (1 revision: Initial import) |
m (Text replace - "S_TOOLS-STx" to "{{STX}}") |
||
Line 2: | Line 2: | ||
====Reserved Attributes==== | ====Reserved Attributes==== | ||
Some attribute names are reserved for internal use in | Some attribute names are reserved for internal use in {{STX}}. Currently (20 July 2007) the following attributes are reserved: | ||
<code>ID File P L SR CH HyperType HyperProgram HyperFile AmpMax AmpRef CalSet CalSeg CalVal CalTyp CalPar</code> | <code>ID File P L SR CH HyperType HyperProgram HyperFile AmpMax AmpRef CalSet CalSeg CalVal CalTyp CalPar</code> | ||
If you are a programmer, you can get a list of the reserved attributes using the <code>BDataSet</code> function <code>getReservedAttribute()</code>. | If you are a programmer, you can get a list of the reserved attributes using the <code>BDataSet</code> function <code>getReservedAttribute()</code>. |
Revision as of 17:07, 5 April 2011
Reserved Attributes
Some attribute names are reserved for internal use in STx. Currently (20 July 2007) the following attributes are reserved:
ID File P L SR CH HyperType HyperProgram HyperFile AmpMax AmpRef CalSet CalSeg CalVal CalTyp CalPar
If you are a programmer, you can get a list of the reserved attributes using the BDataSet
function getReservedAttribute()
.