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. | |
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 ) |
Reimplemented from ComponentCollection.
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.
|
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 |