COM object EvTransducersCollection

EvApplication > EvFileCollection > EvFile > EvTransducersCollection

 

View the COM map and the COM summary.

The EvTransducersCollection object allows you to access a selected transducer in the EV file. A transducer is an item in the EvVariablesCollection, which is accessed via the:

  • EvFile.Transducers[] property that lists all transducers in an EV file and is an EvTransducersCollection.

The EvTransducer object gives access to selected Transducer Properties dialog box settings.

EvTransducersCollection methods and properties:

Count
FindByName
Item

 

Description

Count

(read-only) integer Count

Summary

Get the number of transducers in this collection.

FindByName

FindByName(string Name)

Summary

Searches for a transducer by its name, and if found returns the EvTransducer object for it.

Parameters
  • Name
  • The name to search for.
Return

If found, returns the EvTransducer object.

Item

(read-only) Item[]

Summary

Gives access to a specific transducer by index. Indexes are zero-based, so valid indexes are from 0 to Count-1. The result is an EvFile object.

Item is the default property for this interface. The examples on the EvFileCollection page show several ways to use the Item property.

See also EvTransducer snippet.

See also

Scripting with COM objects
COM object hierarchy