Read-only |
About Embedded LO |
Description |
Returns a string that describes the result of the last tuning sweeps. |
VB Syntax |
value = embedLODiag.StatusAsString |
Variable |
(Type) - Description |
value |
(String) Variable to store the returned data. |
embedLODiag |
An EmbeddedLODiagnostic (object) |
Return Type |
(String) |
Default |
Not Applicable |
Examples |
data= embedLO.StatusAsString 'read |
C++ Syntax |
HRESULT get_StatusAsString(BSTR* status); |
Interface |
IEmbededLODiagnostic |