beautypg.com

10 loading pre emphasis signal settings, Loading pre emphasis signal settings – Teledyne LeCroy ST Automated Test Suite User Manual User Manual

Page 32

background image

32

4.10 Loading Pre Emphasis Signal Settings

You can load a previously saved pre emphasis signal-setting file by calling the
LoadPreEmphasisSignalFile function from the SierraSASAnalyzer automation object to retrieve
values from the specified file and load them into the connected board.


'--------- Load Pre Emphasis Signal File ---------
MySASAutomation.LoadPreEmphasisSignalFile "F:\ForTestATS.sng"
If Err.Number <> 0 Then

MySTATS.ReportError Err.number, Err.Description

Else

MySTATS.ReportText ("Generation is started")

End If