MC-Basic:pls.PLSAXISNAME

From SoftMC-Wiki
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 through direct assignment of the PLSAxisName property.
Note: Exactly the same as <pls>.PLSElemantName

Short form

<pls>.PAxNm

Syntax

?<pls>.PLSAxisName

<pls>.PLSAxisName = <axis_name>

Availability

All versions. Version 4.9.8 and later includes assignment.

Scope

Configuration, Task or Terminal

Examples

?PLS1.PLSAxisName

PLS1.PLSAxisName = A1

See Also