Stopgeneration – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual
Page 188

Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual
ISASAPISrvs 188
GENCOMERR_NOT_A_GENERATION_FILE(0x0217): Input file is not a
valid generation file.
GENCOMERR_GENERATION_FILE_HAS_ERRORS(0x0218): Generation script
in input file has some parsing errors.
Remark
Before starting generation, you must connect to the board. Connecting to the board is available
by calling the Attach() method on the ISASGeneralService interface.
NOTE: If you run other engines (like Analyzer) along with Trainer, be carefull about the port
configuration in other engine projects. For example, it is not possible to run a four-port
analyzer project along with the Trainer DEVICE_CONFIG_0_0_AT_0 port config. The
port config in the other engine projects should be same as the one passed to the
startGeneration method.
See Also
StopGeneration
HRESULT StopGeneration();
Inputs
Return Value
Remark
Stops any current generation in progress.
See Also