Teledyne-lecroy ST Automated Test Suite User Manual Uživatelský manuál Strana 14

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 33
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 13
14
4.2 Specifying Port Configuration
After creating the SierraSASAnalyzer and STATS automation objects, specify the port configuration
by calling the SetPortConfiguration function. This function specifies the functionality for each port
(Refer to the Automation API Reference Manual for port configuration lists and their values). Use the
following code to set port configuration:
MySASAutomation.SetPortConfiguration 0, 72 ' 72 is the code for DEVICE_CONFIG_AT_0_0_0
If Err.Number <> 0 Then
MySTATS.ReportError Err.number, Err.Description
Else
MySTATS.ReportText ("Set port configuration is done")
End If
Zobrazit stránku 13
1 2 ... 9 10 11 12 13 14 15 16 17 18 19 ... 32 33

Komentáře k této Příručce

Žádné komentáře