|
Impact Acquire SDK Java
|
A class to represent a sync. More...
Public Member Functions | |
| synchronized void | delete () |
| String | getDescription () |
| Returns a description for this sync. | |
| PropertyF | getFrequency_Hz () |
| A float property defining the frequency(in Hertz) for the sync. | |
| PropertyF | getLowPart_pc () |
| A float property defining the width in percent the sync. | |
| int | hObj () |
| Returns a unique identifier for the component collection referenced by this object. | |
| ComponentCollection | restoreDefault () |
| Restores the default for every component of this collection. | |
Protected Member Functions | |
| void | finalize () |
| SyncOutput (long cPtr, boolean cMemoryOwn) | |
Static Protected Member Functions | |
| static long | swigRelease (ComponentCollection obj) |
| static long | swigRelease (SyncOutput obj) |
Protected Attributes | |
| transient boolean | swigCMemOwn |
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.
|
protected |
| synchronized void delete | ( | ) |
Reimplemented from ComponentCollection.
|
protected |
Reimplemented from ComponentCollection.
| String getDescription | ( | ) |
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.
| PropertyF getFrequency_Hz | ( | ) |
A float property defining the frequency(in Hertz) for the sync.
signal generated by this pin.
| PropertyF getLowPart_pc | ( | ) |
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.
|
inherited |
Returns a unique identifier for the component collection referenced by this object.
This handle will always reference an object of type mvIMPACT.acquire.ComponentList.
|
inherited |
Restores the default for every component of this collection.
Calling this function will restore the default value for every component belonging to this collection.
|
staticprotectedinherited |
|
staticprotected |
|
protectedinherited |