Manual

Teledyne LeCroy Automation API for PETracer/PETrainer
91
6.3.3 IPEGenOptions2::SetLinkWidth
HRESULT SetLinkWidth (
[in] int link_width )
Sets the link width.
Parameters:
link_width
Link width to set; allowed values are
PETrainer ML - 1, 4, 8
PETrainer EML - 1, 4, 8, 16
Return values
Remarks
Example
WSH:
Set Analyzer = WScript.CreateObject( “CATC.PETracer” )
Set GenOptions = Analyzer. GetGenerationOptions
GenOptions.SetLinkWidth( 1 )
C++: