Impact Acquire SDK .NET
|
A class to represent a sync. output pin(Device specific interface layout only). More...
Public Member Functions | |
IEnumerable< T > | getEnumerable< T > () |
Returns an enumerator of a certain type that iterates through the collection. | |
IEnumerator< int > | GetEnumerator () |
Returns an enumerator that iterates through the collection. | |
void | restoreDefault () |
Restores the default for every component of this collection. | |
Public Attributes | |
readonly PropertyF | frequency_Hz = new PropertyF() |
A float property defining the frequency(in Hertz) for the sync. signal generated by this pin. | |
readonly PropertyF | lowPart_pc = new PropertyF() |
A float property defining the width in percent the sync. signal stays low during one period. The output signal generated will be a square pulse. | |
Properties | |
IEnumerable< Component > | componentEnumerable [get] |
Returns an enumerator that iterates through the collection. | |
IEnumerable< ComponentList > | componentListEnumerable [get] |
Returns an enumerator that iterates through all the mv.impact.acquire.ComponentList elements in the collection. | |
String | description [get] |
Returns a description for this sync. output. | |
int | hObj [get] |
Returns a unique identifier for the component collection referenced by this object. | |
A class to represent a sync. output pin(Device specific interface layout only).
Instances of this class can be used to define and generate sync. signals at the corresponding outputs of the device.
|
inlineinherited |
Returns an enumerator of a certain type that iterates through the collection.
This interface will allow to e.g. write code like this:
See the framework's documentation about the System.Collections.IEnumerable interface for more information.
|
inlineinherited |
Returns an enumerator that iterates through the collection.
See the framework's documentation about the System.Collections.IEnumerable interface for more information.
|
inlineinherited |
Restores the default for every component of this collection.
Calling this function will restore the default value for every component belonging to this collection.
A float property defining the frequency(in Hertz) for the sync. signal generated by this pin.
A float property defining the width in percent the sync. signal stays low during one period. The output signal generated will be a square pulse.
|
getinherited |
Returns an enumerator that iterates through the collection.
This interface will allow to e.g. write code like this:
See the framework's documentation about the System.Collections.IEnumerable interface for more information.
|
getinherited |
Returns an enumerator that iterates through all the mv.impact.acquire.ComponentList elements in the collection.
This interface will allow to e.g. write code like this:
See the framework's documentation about the System.Collections.IEnumerable interface for more information.
|
get |
Returns a description for this sync. output.
This might contain connector descriptions or other information like e.g. 'VD-OUT(J9.24)', which means, this is the VD output at connector J9 pin 24.
|
getinherited |
Returns a unique identifier for the component collection referenced by this object.
This handle will always reference an object of type mv.impact.acquire.ComponentList.