Difference between revisions of "MC-Basic:PLSLIST"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
 
(4 intermediate revisions by 3 users not shown)
Line 12: Line 12:
 
This query returns a list of the PLS names defined in the system, The information is displayed in the following format:<br>
 
This query returns a list of the PLS names defined in the system, The information is displayed in the following format:<br>
  
PlsName=''<pls>'', AxisName=''<axis>'', Output=''<pls output>''<br>
+
PlsName=''<pls>'', AxisName=<''axis''>, Output=''<pls output>''<br>
  
 
If wildcards are used the query returns the proper existing PLS data.
 
If wildcards are used the query returns the proper existing PLS data.
Line 32: Line 32:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-Only
+
Read only
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 41: Line 41:
 
|SEE ALSO=
 
|SEE ALSO=
  
 
+
[[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