Engine.GetAdapter ( adapterIndex)
Returns a module Adapter object from the list of module adapters.
Each adapter in TestStand defines a module-specific adapter interface. You must obtain the module-specific adapter interface for an Adapter class object to configure the adapter.
adapterIndex As long
[In] Specifies a zero-based index specifying which Adapter object to return. You can obtain the number of Adapter objects from the NumAdapters property. To obtain a reference to a specific adapter, or to iterate through the adapters in a specific order, use the GetAdapterByKeyName method instead.