Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
Description | Provides constants for functions with search arguments. |
---|
Usage | - RtlabApi.OP_SEARCH_NOT_FOUND
- RtlabApi.OP_SEARCH_FOUND_EXACT
- RtlabApi.OP_SEARCH_FOUND_DIFFERENT
- RtlabApi.OP_SEARCH_FOUND_ESTIMATION
|
---|
Elements | - OP_SEARCH_NOT_FOUND (0): No match found.
- OP_SEARCH_FOUND_EXACT (1): An exact match has been found.
- OP_SEARCH_FOUND_DIFFERENT (2): A match, but with slight differences, has been found. Ex: for RT-LAB parameters, this is returned when we find a parameter with the same path and name, but with different ids
- OP_SEARCH_FOUND_ESTIMATION (3): A match has been found after estimation. Ex: for RTLAB parameters, this is returned when we estimate a parameter. This usually requires a user to accept estimations as they are not guaranteed to be accurate.
|
---|
Examples | None |
---|
Related Items | OP_SIGNAL_INFO, OP_PARAMETER_INFO |
---|
Modules | import RtlabApi |
---|