|
OpenTAP 9.31
API Reference
|
Settings specifying how DUTs and Instruments are connected. More...
Additional Inherited Members | |
Public Member Functions inherited from OpenTap.ComponentSettingsList< ConnectionSettings, Connection > | |
| T | GetDefault< T > () |
| Gets the first or default instance in the component settings list. More... | |
| ComponentSettingsList () | |
| Initializes the list. | |
| void | Add (ContainedType item) |
| Adds an element to the collection. More... | |
| int | Add (object value) |
| Adds an element to the collection. More... | |
| void | AddRange (IEnumerable< ContainedType > items) |
| Adds a number of elements to the collection. More... | |
| void | Clear () |
| Removes all elements from the collection. | |
| bool | Contains (ContainedType item) |
| Determines if the collection contains the specified element. More... | |
| bool | Contains (object value) |
| Determines if the collection contains the specified element. More... | |
| void | CopyTo (ContainedType[] array, int arrayIndex) |
| Copies the collection to a compatible array. More... | |
| void | CopyTo (Array array, int index) |
| Copies the collection to a compatible array. More... | |
| bool | Remove (ContainedType item) |
| Removes the first occurrence of a specified element from the collection. More... | |
| void | Remove (object value) |
| Removes the first occurrence of a specified element from the collection. More... | |
| IEnumerator< ContainedType > | GetEnumerator () |
| Returns an IEnumerator that iterates through the collection. More... | |
| int | IndexOf (ContainedType item) |
| Returns the index of the first occurrences of a specified element in the collection. More... | |
| int | IndexOf (object value) |
| Returns the index of the first occurrences of a specified element in the collection. More... | |
| void | Insert (int index, ContainedType item) |
| Insert an element into the collection at the specified index. More... | |
| void | Insert (int index, object value) |
| Insert an element into the collection at the specified index. More... | |
| void | RemoveAt (int index) |
| Removes an element at a specified index. More... | |
Static Public Member Functions inherited from OpenTap.ComponentSettingsList< ConnectionSettings, Connection > | |
| static IList | GetContainer (Type T) |
| Finds a ComponentSettingsList containing instances of T. More... | |
| static IList< T > | GetItems< T > () |
| Gets the ComponentSettings list for T and filters the instances that are not T. More... | |
| static IList | GetItems (Type T) |
| (non-generic) Gets the ComponentSettings list for T and filters the instances that are not T. More... | |
| static T | GetDefaultOf< T > () |
| Static Get first or default instance in the component settings list. (uses GetCurrent) More... | |
Protected Member Functions inherited from OpenTap.ComponentSettingsList< ConnectionSettings, Connection > | |
| virtual void | OnCollectionChanged (object sender, NotifyCollectionChangedEventArgs e) |
| This gets invoked when the collection is changed. | |
Properties inherited from OpenTap.ComponentSettingsList< ConnectionSettings, Connection > | |
| int | Count [get] |
| Gets the number of elements in the collection. | |
| bool | IsReadOnly [get] |
| Determines if the collection is read only. | |
| ContainedType | this[int index] [getset] |
| List interface More... | |
| bool | IsFixedSize [get] |
| Determines if the collection is fixed size. | |
| bool | IsSynchronized [get] |
| Determines if the collection is synchronized. | |
| object | SyncRoot [get] |
| Gets an object that can be used to synchronize access the collection. | |
Events inherited from OpenTap.ComponentSettingsList< ConnectionSettings, Connection > | |
| NotifyCollectionChangedEventHandler | CollectionChanged |
| Invoked when collection is changed. | |
Settings specifying how DUTs and Instruments are connected.
OpenTAP 9.31 API built Fri Oct 17 2025 07:12:36