Manual

Teledyne LeCroy Automation API for PETracer/PETrainer
23
return 1;
}
try
{
tracer_type = poAnalyzer->GetHardwareInfo( HARDWARETYPE_PETRACER );
}
catch ( _com_error& er )
{
if (er.Description().length() > 0)
::MessageBox( NULL, er.Description(), _T("PETracer client"), MB_OK );
else
::MessageBox( NULL, er.ErrorMessage(), _T("PETracer client"), MB_OK );
return 1;
}