Difference between revisions of "MC-Basic:pls.PLSAXISNAME"
m |
m |
||
Line 41: | Line 41: | ||
|SEE ALSO= | |SEE ALSO= | ||
* [[MC-Basic:COMMON SHARED ... AS PLS|COMMON SHARED ... AS PLS]] | * [[MC-Basic:COMMON SHARED ... AS PLS|COMMON SHARED ... AS PLS]] | ||
− | * [[MC-Basic:PLSELEMENTNAME|pls.PLSELEMENTNAME]] | + | * [[MC-Basic:pls.PLSELEMENTNAME|pls.PLSELEMENTNAME]] |
}} | }} |
Revision as of 06:02, 26 September 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 throughdirect assignmentof the PLSAxisName property.
Note: Exactly the same as <pls>.PLSElemantName
Short form
<pls>.PAxNm
Syntax
?<pls>.PLSAxisName
<pls>.PLSAxisName = <axis_name>
Availability
All versions, assignment is availablesince version 4.5.16.
Scope
Configuration, Task or Terminal
Examples
?PLS1.PLSAxisName
PLS1.PLSAxisName = A1