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

From SoftMC-Wiki
Jump to: navigation, search
m
m
 
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.<br />
+
Sets or queries the name of the axis or group for which the specified PLS is defined. <br>
'''''Note''''': Exactly the same as <pls>.PLSAxisName
+
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=

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