Manual
Teledyne LeCroy Automation API for PETracer/PETrainer
92
6.3.4 IPEGenOptions2::SetBase10Spec
HRESULT SetBase10Spec (
[in] BOOL base_10_spec )
Sets the PCI Express Base Specification 1.0 compatibility mode.
Parameters
base_10_spec
When TRUE, the PETrainer hardware uses Base Spec 1.0 compatibility
mode
Return values
Remarks
Example
WSH:
Set Analyzer = WScript.CreateObject( “CATC.PETracer” )
Set GenOptions = Analyzer. GetGenerationOptions
GenOptions.SetBase10Spec( 0 )
C++: