beautypg.com

3 ipegenoptions2::setlinkwidth, Sets the link width, Parameters – Teledyne LeCroy Automation API for Teledyne LeCroy PETracer_PETrainer User Manual

Page 96: Return values, Remarks, Example, Ipegenoptions2::setlinkwidth

background image

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++: