MC-Basic:pls.PLSEMENTNAME

From SoftMC-Wiki
Jump to: navigation, search

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