Teledyne-lecroy ST Automated Test Suite User Manual Bedienungsanleitung

Stöbern Sie online oder laden Sie Bedienungsanleitung nach Ausrüstung Teledyne-lecroy ST Automated Test Suite User Manual herunter. Teledyne LeCroy ST Automated Test Suite User Manual User Manual Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 33
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 0
PROTOCOL SOLUTIONS GROUP
3385
SCOTT BLVD
SANTA CLARA, CA 95054
ST
Automated Test Suite
User Manual
Manual Version 1.10
Software Version 1.10
November 2012
Seitenansicht 0
1 2 3 4 5 6 ... 32 33

Inhaltsverzeichnis

Seite 1 - User Manual

PROTOCOL SOLUTIONS GROUP 3385 SCOTT BLVD SANTA CLARA, CA 95054 ST Automated Test Suite User Manual Manual Version 1.10 Software Version 1.10

Seite 2 - Document Disclaimer

10 The Remove All Test Case(s) button, sixth from left, removes all tests from the running queue. Upon completion of a test run, the View HTML repor

Seite 3 - Contents

11 3. Operation of the Automated Test Suite Software When an initial test run starts, the software takes the following steps: 1) The Run all butto

Seite 4 - 1. Introduction

12 4. Writing ATS VB Scripts The most important and significant part of running an automation test is writing their VB Scripts. You need to write you

Seite 5

13 The STATS Object has also the following configuration functions: o HRESULT GetProjectPath(BSTR* pbstrProjectPath): Returns the project path. o H

Seite 6 - 2.1 Main Toolbar

14 4.2 Specifying Port Configuration After creating the SierraSASAnalyzer and STATS automation objects, specify the port configuration by calling t

Seite 7

15 4.3 Running the Analyzer and Capturing a Trace File To run an Analyzer project and create a trace file, you have two options. The first one is S

Seite 8 - 2.2 Workspace Area

16 Make Recording You can call the MakeRecording function, using as input parameter the path of the Analyzer project, to start capturing, using the

Seite 9 - 2.3 Test Monitoring Console

17 4.5 Running Trainer To run a Trainer project, you must specify the SSG file for each port on which you want to start Trainer. Call the StartGene

Seite 10 - 2.5 Menus

18 If you have only one port for generation, you can use another pair of starting and stopping generation functions, which require no board or port i

Seite 11

19 4.6 Running InFusion You can use the SierraSASAnalyzer automation object to run InFusion and start scenarios from previously saved libraries: 1

Seite 12 - 4. Writing ATS VB Scripts

2 Document Disclaimer The information contained in this document has been carefully checked and is believed to be reliable. However, no responsibili

Seite 13

20 '--------- Stop scenario on port 1 board 0 --------- MySASAutomation.StopScenario 0, 1 If Err.Number <> 0 Then MySTATS.ReportError Er

Seite 14

21 4.8 Running Mixed Configurations/Functionalities For several port configurations, you can run Analyzer, Trainer, Host Emulator, Device Emulator,

Seite 15

22 Trainer-Infusion '--------- set port configuration to DEVICE_CONFIG_TJ_0_0_0 --------- MySASAutomation.SetPortConfiguration 0, 80 '--

Seite 16 - 4.4 Running Host Emulator

23 4.9 VSE Verification After a trace file is generated and its trace object is accessed, you can do VSE verification on that trace file. Call the

Seite 17 - 4.5 Running Trainer

24 VSTools.inc File of Verification Script Tools You should include the VSTools.inc include file in all verification scripts. This file contains imp

Seite 18

25 ######################################################################## # This function specifies that the verification is failed and the #

Seite 19 - 4.6 Running InFusion

26 ######################################################################## # This function returns the name of the channel where the current #

Seite 20

27 channel == _T28 : "T28"; channel == _I29 : "I29"; channel == _T29 : "T29";

Seite 21

28 channel == _T24_1 : "T24_1"; channel == _I25_1 : "I25_1"; channel == _T25_1 : "

Seite 22 - Trainer-Infusion

29 GetFullTimestamp ( time_obj ) { seconds = time_obj [0]; total_nanoseconds = time_obj [1]; miliseconds = tota

Seite 23 - 4.9 VSE Verification

3 Contents 1. Introduction ... 4

Seite 24

30 RevertRawByteOrder(RawBytes) { RawSize = sizeof(RawBytes); RevertRaw = RawBytes; RevertRaw[RawSize - 1] = GetNBits(RawBytes, 0, 8);

Seite 25

31 ############################################################################# # This function Check the left raw data value is bigger than the ri

Seite 26

32 4.10 Loading Pre Emphasis Signal Settings You can load a previously saved pre emphasis signal-setting file by calling the LoadPreEmphasisSignalF

Seite 27

33 How to Contact Teledyne LeCroy Type of Service Contract Call for technical support… US and Canada: 1 (800) 909-2282 Worldwide: 1 (408) 727-66

Seite 28

4 1. Introduction The ST Automated Test Suite is a turnkey verification system that allows developers to pre-test devices for SAS/SATA specification

Seite 29

5 2. Automated Test Suite Application Shell The ST Automated Test Suite installs an application that initiates the test process and manages the test

Seite 30

6 2.1 Main Toolbar Settings Button The Settings button, at the left, opens the Settings dialog (Figure 2-2), which provides access to user-config

Seite 31

7 Configuration Button The Configuration button opens the Configuration dialog (Figure 2-3), in which you can enter the DUT Name and then set the S

Seite 32

8 2.2 Workspace Area The Workspace Area provides a nested tree structure that allows you to select individual tests to run (Figure 2-4). Figure 2

Seite 33

9 2.3 Test Monitoring Console The Test Monitoring Console (Figure 2-5) lists the tests that have been selected for execution, their results, and the

Kommentare zu diesen Handbüchern

Keine Kommentare