Difference between revisions of "MC-Basic:PLSLIST"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<axis>''" to "<''axis''>")
Line 41: Line 41:
 
|SEE ALSO=
 
|SEE ALSO=
  
 
+
[[Category:Axystems:MC-Basic:Declarations|PLSLIST]]
 
}}
 
}}

Revision as of 16:08, 17 March 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