MC-Basic:pls.PLSEMENTNAME

From SoftMC-Wiki
Revision as of 10:57, 2 April 2012 by Miborich (talk | contribs) (Created page with "{{MC-Basic |SHORT FORM= ''<pls>''.PAxNm |SYNTAX= ?''<pls>''.PLSElementName <pls>.PLSElementName = <axis_name> or: <pls>.PLSElementName = <group_name> |AVAILABILITY= All versi…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

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