Manual
Teledyne LeCroy Automation API for PETracer/PETrainer
90
6.3.2 IPEGenOptions2::SetWorkAsRoot
HRESULT SetWorkAsRoot
( [in] BOOL root )
Parameters
root
If TRUE, then the PETrainer emulates a Root Complex,
If FALSE, it emulates an endpoint device.
Return values
Remarks
Example
WSH:
Set Analyzer = WScript.CreateObject( “CATC.PETracer” )
Set GenOptions = Analyzer.GetGenerationOptions( )
GenOptions.SetWorkAsRoot( 0 )
C++: