Sasrecoptions object, Irecoptions interface – Teledyne LeCroy SAS_SATA Automation API manual User Manual

Page 92

Advertising
background image

Teledyne LeCroy

SASRecOptions Object

86

Automation API for Teledyne LeCroy SAS/SATA Protocol Suite

SASRecOptions Object

The SASRecOptions object represents the options for the Sierra/STX hardware and 
specifies the recording parameters. 

The SASRecOptions object allows you to: 

Load/save the recording options from/to the file.

Set up recording mode and recording buffer size.

Set up custom recording parameters, such as ChannelSettings, DataTruncate, 
MultiSegment mode, and SpoolMode.

The SASRecOptions object can be created by using the 

ISASAnalyzer::GetRecordingOptions

 method. 

The SASRecOptions object supports the following interfaces:

The ISASRecOptions interface is a primary interface for the SASRecOptions object.

IRecOptions Interface

The IRecOptions interface is a dual interface for the SASRecOptions object. 

IRecOptions implements the following methods: 

Load

Save

SetRecMode

SetBufferSize

SetPostTriggerPercentage

SetTriggerBeep

SetSaveExternalSignals

SetTraceFileName

Reset

Note:

All methods of the IRecOptions interface are also available in the 

ISASRecOptions Interface

.

Interfaces Description
IRecOptions 

Allows you to load/save recording options from/to the file, reset 
recording options, and set recording mode, recording buffer size, 
trigger position, and trace file name.

ISASRecOptions 

Identical to the IRecOptions interface

Advertising