Method ao/search
SEARCH selects AOs that match the given name.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
DESCRIPTION: SEARCH selects AOs that match the given name using a regular
expression (help regexp).
CALL: b = search(a, 'foo') % get all AOs from called 'foo'
b = search(a, 'foo*') % get all AOs from with a name like 'foo'
b = search(a, pl)
This function returns the handles of the AOs that match the regular
expression. No object copying is done.
Parameters Description
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details |
|
Access |
public |
Defining Class |
ao |
Sealed |
0 |
Static |
0 |
Parameter Description
Sets for this method … |
Default |
Default |
no description |
Key |
Default Value |
Options |
Description |
REGEXP |
'' |
none |
A string specifying the regular expression |
EXACT |
0 |
|
A boolean specifying to look for an exact match or not |
back to top
Some information of the method ao/search are listed below: |
Class name |
ao |
Method name |
search |
Category |
Helper |
Package name |
ltpda |
VCS Version |
8ab8cbbc4bccf7543491a24448f4aae0b1be1c43 |
Min input args |
1 |
Max input args |
-1 |
Min output args |
1 |
Max output args |
-1 |
|
Method: ao/scatterData |
|
Method: ao/setDescription |
 |
©LTP Team