|
Impact Acquire SDK Python
|
A class to represent a sync. More...
Public Member Functions | |
| __init__ (self, *args, **kwargs) | |
| getDescription (self) | |
| Returns a description for this sync. | |
| hObj (self) | |
| Returns a unique identifier for the component collection referenced by this object. | |
| restoreDefault (self) | |
| Restores the default for every component of this collection. | |
Properties | |
| description = property (getDescription, None, None, None) | |
| A string property (read-only) which holds a description for this sync. | |
| frequency_Hz = property(lib_mvIMPACT_acquire.SyncOutput_frequency_Hz_get, doc=) | |
| A float property defining the frequency(in Hertz) for the sync. | |
| lowPart_pc = property(lib_mvIMPACT_acquire.SyncOutput_lowPart_pc_get, doc=) | |
| A float property defining the width in percent the sync. | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
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.
| __init__ | ( | self, | |
| * | args, | ||
| ** | kwargs ) |
| getDescription | ( | self | ) |
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.
|
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.
|
static |
A string property (read-only) which holds a description for this sync.
|
static |
A float property defining the frequency(in Hertz) for the sync.
signal generated by this pin.
|
static |
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.
|
static |