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

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:pls.PLSEMENTNAME to MC-Basic:pls.PLSEMENTNAME: Global renaming of Axystems: namespace into (Main):)
m
Line 14: Line 14:
 
|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.
+
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 />
 +
'''''Note''''': Exactly the same as <pls>.PLSAxisName
  
 
|TYPE=
 
|TYPE=
Line 41: Line 42:
 
|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]]
 
 
 
}}
 
}}

Revision as of 06:09, 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 SHAREDAS PLS),and can be changed afterwards throughdirect assignmentof the PLSElementName property.
Note: Exactly the same as <pls>.PLSAxisName

Short form

<pls>.PAxNm

Syntax

?<pls>.PLSElementName

<pls>.PLSElementName = <axis_name> or: <pls>.PLSElementName = <group_name>

Availability

All versions, assignment is availablesince version 4.9.8

Scope

Configuration, Task or Terminal

Examples

?PLS1.PLSElementName

PLS1.PLSElementName = GXY

See Also