A class to represent a sync.
More...
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.
- Note
- Instances of this class can't be constructed directly, but must be obtained via the device specific class derived from mvIMPACT.acquire.IOSubSystem.
-
This class will only be available if mvIMPACT.acquire.Device.getInterfaceLayout() is set to mvIMPACT.acquire.TDeviceInterfaceLayout.dilDeviceSpecific before the device is opened.
◆ SyncOutput()
◆ delete()
synchronized void delete |
( |
| ) |
|
◆ finalize()
◆ getDescription()
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.
◆ getFrequency_Hz()
A float property defining the frequency(in Hertz) for the sync.
signal generated by this pin.
◆ 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.
◆ hObj()
Returns a unique identifier for the component collection referenced by this object.
This handle will always reference an object of type mvIMPACT.acquire.ComponentList.
- Returns
- A unique identifier for the component referenced by this object.
◆ restoreDefault()
Restores the default for every component of this collection.
Calling this function will restore the default value for every component belonging to this collection.
- Note
- The caller must have the right to modify the component. Otherwise an exception will be thrown.
- Returns
- A const reference to the component.
◆ swigRelease() [1/2]
◆ swigRelease() [2/2]
◆ swigCMemOwn
transient boolean swigCMemOwn |
|
protectedinherited |