MC-Basic:pls.PLSAXISNAME

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= ''<pls>''.PAxNm |SYNTAX= ?''<pls>''.PLSAxisName <pls>.PLSAxisName = <axis_name> |AVAILABILITY= All versions, assignment is availablesince version 4.5.1…')
(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 PLSAxisName property.

Short form

<pls>.PAxNm

Syntax

?<pls>.PLSAxisName

<pls>.PLSAxisName = <axis_name>

Availability

All versions, assignment is availablesince version 4.5.16.

Scope

Configuration, Task or Terminal

Examples

?PLS1.PLSAxisName

PLS1.PLSAxisName = A1

See Also