
LeCroy Corporation Automation API for SAS/SATATracer/Trainer Manual Version 1.11
54
5.1.5 IRecOptions::SetPostTriggerPercentage
HRESULT SetPostTriggerPercentage (
[in] short posttrigger_percentage );
Sets the post-trigger buffer size.
Parameters
posttrigger_percentage Size of the post-trigger buffer in percent of the whole
recording buffer (see IRecOptions::SetBufferSize
).
Return values
E_INVALIDARG –
invalid percentage was specified
Remarks
This method call has no effect if recording mode is set to
RMODE_SNAPSHOT
(see IRecOptions::SetRecMode
).
The default setting is 50%.
Example
WSH:
Set Analyzer = WScript.CreateObject("LeCroy.SASAnalyzer")
Set RecOptions = Analyzer.GetRecordingOptions
RecOptions.SetPostTriggerPercentage 60 ' 60%
C++:
Comentarios a estos manuales