Difference between revisions of "MC-Basic:pls.PLSEMENTNAME"
m (Miborich moved page Axystems:MC-Basic:pls.PLSEMENTNAME to MC-Basic:pls.PLSEMENTNAME: Global renaming of Axystems: namespace into (Main):) |
m |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 10: | Line 10: | ||
<pls>.PLSElementName = <group_name> | <pls>.PLSElementName = <group_name> | ||
|AVAILABILITY= | |AVAILABILITY= | ||
| − | All versions | + | All versions. Version 4.9.8 and later includes assignment. |
|DESCRIPTION= | |DESCRIPTION= | ||
| − | + | Sets or queries the name of the axis or group for which the specified PLS is defined. <br> | |
| + | The element is originally defined when the PLS is declared (using COMMON SHARED…AS PLS). <br> | ||
| + | It can be changed afterwards through direct assignment of the '''PLSElementName''' property.<br> | ||
| + | '''NOTE:''' Same functionality as ''PLSAxisName'' | ||
|TYPE= | |TYPE= | ||
| Line 41: | Line 44: | ||
|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:pls.PLSAXISNAME|pls.PLSAXISNAME]] | |
| − | |||
}} | }} | ||
Latest revision as of 13:44, 10 October 2018
Sets or queries the name of the axis or group for which the specified PLS is defined.
The element is originally defined when the PLS is declared (using COMMON SHARED…AS PLS).
It can be changed afterwards through direct assignment of the PLSElementName property.
NOTE: Same functionality as PLSAxisName
Short form
<pls>.PAxNm
Syntax
?<pls>.PLSElementName
<pls>.PLSElementName = <axis_name> or: <pls>.PLSElementName = <group_name>
Availability
All versions. Version 4.9.8 and later includes assignment.
Scope
Configuration, Task or Terminal
Examples
?PLS1.PLSElementName
PLS1.PLSElementName = GXY