Read-only |
About Embedded LO |
Description |
Returns an array of data from the specified tuning sweep. |
VB Syntax |
value = embedLODiag.StepData (n) |
Variable |
(Type) - Description |
value |
(Variant Array) Variable to store the returned data. |
embedLODiag |
An EmbeddedLODiagnostic (object) |
n |
(Long) Tuning sweep number. Use NumberOfSweeps to find the number of sweeps taken. |
Default |
Not Applicable |
Examples |
data= embedLO.StepData 3 'read |
C++ Syntax |
HRESULT StepData(long sweep,VARIANT* pArray); |
Interface |
IEmbededLODiagnostic |