Difference between revisions of "MC-Basic:pls.PLSAXISNAME"
(Created page with '{{MC-Basic |SHORT FORM= ''<pls>''.PAxNm |SYNTAX= ?''<pls>''.PLSAxisName <pls>.PLSAxisName = <axis_name> |AVAILABILITY= All versions, assignment is availablesince version 4.5.1…') |
m |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
|SHORT FORM= | |SHORT FORM= | ||
''<pls>''.PAxNm | ''<pls>''.PAxNm | ||
+ | |||
|SYNTAX= | |SYNTAX= | ||
Line 9: | Line 10: | ||
|AVAILABILITY= | |AVAILABILITY= | ||
− | All versions | + | All versions. Version 4.9.8 and later includes assignment. |
|DESCRIPTION= | |DESCRIPTION= | ||
− | This query returns the name of the axis for which the specified PLS is defined. The axis is originally defined when the PLS is declared (using COMMON SHARED''…''AS PLS),and can be changed afterwards | + | This query returns the name of the axis for which the specified PLS is defined. <br>The axis is originally defined when the PLS is declared (using COMMON SHARED''…''AS PLS), and can be changed afterwards through direct assignment of the PLSAxisName property. <br /> |
+ | '''''Note''''': Exactly the same as <pls>.PLSElemantName | ||
|TYPE= | |TYPE= | ||
Line 38: | Line 40: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:COMMON SHARED ... AS PLS|COMMON SHARED ... AS PLS]] |
− | + | * [[MC-Basic:pls.PLSEMENTNAME|pls.PLSEMENTNAME]] | |
}} | }} |
Latest revision as of 13:48, 10 October 2018
This query returns the name of the axis for which the specified PLS is defined.
The axis is originally defined when the PLS is declared (using COMMON SHARED…AS PLS), and can be changed afterwards through direct assignment of the PLSAxisName property.
Note: Exactly the same as <pls>.PLSElemantName
Short form
<pls>.PAxNm
Syntax
?<pls>.PLSAxisName
<pls>.PLSAxisName = <axis_name>
Availability
All versions. Version 4.9.8 and later includes assignment.
Scope
Configuration, Task or Terminal
Examples
?PLS1.PLSAxisName
PLS1.PLSAxisName = A1