3 iuwbanalyzer::getversion, Iuwbanalyzer::getversion – Teledyne LeCroy UWBTracer Automation Manual User Manual
Page 11
Advertising

LeCroy
UWBTracer Automation API Reference Manual
Manual Version 3.02
7
3.1.3 IUwbAnalyzer::GetVersion
HRESULT GetVersion (
[in] EAnalyzerVersionType version_type,
[out, retval] WORD* analyzer_version );
Retrieves the current version of the specified subsystem.
Parameters
version_type
Subsystem version requested;
EAnalyzerVersionType
enumerator has the following values:
ANALYZERVERSION_SOFTWARE
( 0 ) –
software
ANALYZERVERSION_BUSENGINE
( 1 ) –
bus engine
ANALYZERVERSION_FIRMWARE
( 2 ) –
firmware
analyzer_version
Current version of subsystem requested
Return values
ANALYZERCOMERROR_INVALIDVERSIONTYPE
specified version type is invalid
ANALYZERCOMERROR_ANALYZERNOTCONNECTED
analyzer device is not connected
Remarks
Advertising