Teledyne-lecroy ST Automated Test Suite User Manual Manual de usuario Pagina 14

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 33
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
Vista de pagina 13
1 2 ... 9 10 11 12 13 14 15 16 17 18 19 ... 32 33

Comentarios a estos manuales

Sin comentarios