Difference between revisions of "MC-Basic:pls.PLSEMENTNAME"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{MC-Basic |SHORT FORM= ''<pls>''.PAxNm |SYNTAX= ?''<pls>''.PLSElementName <pls>.PLSElementName = <axis_name> or: <pls>.PLSElementName = <group_name> |AVAILABILITY= All versi…")
 
m
 
(4 intermediate revisions by 2 users not shown)
Line 10: Line 10:
 
<pls>.PLSElementName = <group_name>  
 
<pls>.PLSElementName = <group_name>  
 
|AVAILABILITY=
 
|AVAILABILITY=
All versions, assignment is availablesince version 4.9.8
+
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 throughdirect assignmentof the PLSElementName property.
+
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 40: Line 43:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems: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

See Also