Difference between revisions of "MC-Basic:PLSLIST"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:PLSLIST to MC-Basic:PLSLIST: Global renaming of Axystems: namespace into (Main):)
 
Line 41: Line 41:
 
|SEE ALSO=
 
|SEE ALSO=
  
[[Category:Axystems:MC-Basic:Declarations|PLSLIST]]
+
[[Category:MC-Basic:Declarations|PLSLIST]]
 
}}
 
}}

Latest revision as of 09:14, 22 May 2014

This query returns a list of the PLS names defined in the system, The information is displayed in the following format:

PlsName=<pls>, AxisName=<axis>, Output=<pls output>

If wildcards are used the query returns the proper existing PLS data.

Syntax

?PlsList {<pls>}

Availability

All versions

Scope

Terminal

Limitations

Read only

Examples

?Plslist

?plslist pls*

See Also