Impact Acquire SDK Python
|
Category that contains the Counter and Timer control features. More...
Public Member Functions | |
__init__ (self, *args) | |
Constructs a new mvIMPACT.acquire.CounterAndTimerControl object. | |
Properties | |
counterDuration = property(lib_mvIMPACT_acquire.CounterAndTimerControl_counterDuration_get, doc=) | |
An integer property. | |
counterEventActivation = property(lib_mvIMPACT_acquire.CounterAndTimerControl_counterEventActivation_get, doc=) | |
An enumerated integer property. | |
counterEventSource = property(lib_mvIMPACT_acquire.CounterAndTimerControl_counterEventSource_get, doc=) | |
An enumerated integer property. | |
counterReset = property(lib_mvIMPACT_acquire.CounterAndTimerControl_counterReset_get, doc=) | |
A method object. | |
counterResetActivation = property(lib_mvIMPACT_acquire.CounterAndTimerControl_counterResetActivation_get, doc=) | |
An enumerated integer property. | |
counterResetSource = property(lib_mvIMPACT_acquire.CounterAndTimerControl_counterResetSource_get, doc=) | |
An enumerated integer property. | |
counterSelector = property(lib_mvIMPACT_acquire.CounterAndTimerControl_counterSelector_get, doc=) | |
An enumerated integer property. | |
counterStatus = property(lib_mvIMPACT_acquire.CounterAndTimerControl_counterStatus_get, doc=) | |
An enumerated integer property. | |
counterTriggerActivation = property(lib_mvIMPACT_acquire.CounterAndTimerControl_counterTriggerActivation_get, doc=) | |
An enumerated integer property. | |
counterTriggerSource = property(lib_mvIMPACT_acquire.CounterAndTimerControl_counterTriggerSource_get, doc=) | |
An enumerated integer property. | |
counterValue = property(lib_mvIMPACT_acquire.CounterAndTimerControl_counterValue_get, doc=) | |
An integer property. | |
counterValueAtReset = property(lib_mvIMPACT_acquire.CounterAndTimerControl_counterValueAtReset_get, doc=) | |
An integer property. | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
timerDelay = property(lib_mvIMPACT_acquire.CounterAndTimerControl_timerDelay_get, doc=) | |
A floating point property. | |
timerDuration = property(lib_mvIMPACT_acquire.CounterAndTimerControl_timerDuration_get, doc=) | |
A floating point property. | |
timerReset = property(lib_mvIMPACT_acquire.CounterAndTimerControl_timerReset_get, doc=) | |
A method object. | |
timerSelector = property(lib_mvIMPACT_acquire.CounterAndTimerControl_timerSelector_get, doc=) | |
An enumerated integer property. | |
timerStatus = property(lib_mvIMPACT_acquire.CounterAndTimerControl_timerStatus_get, doc=) | |
An enumerated integer property. | |
timerTriggerActivation = property(lib_mvIMPACT_acquire.CounterAndTimerControl_timerTriggerActivation_get, doc=) | |
An enumerated integer property. | |
timerTriggerArmDelay = property(lib_mvIMPACT_acquire.CounterAndTimerControl_timerTriggerArmDelay_get, doc=) | |
A floating point property. | |
timerTriggerSource = property(lib_mvIMPACT_acquire.CounterAndTimerControl_timerTriggerSource_get, doc=) | |
An enumerated integer property. | |
timerValue = property(lib_mvIMPACT_acquire.CounterAndTimerControl_timerValue_get, doc=) | |
A floating point property. | |
Category that contains the Counter and Timer control features.
A category that contains the Counter and Timer control features.
__init__ | ( | self, | |
* | args ) |
Constructs a new mvIMPACT.acquire.CounterAndTimerControl object.
pDev | [in] A pointer to a mvIMPACT.acquire.Device object obtained from a mvIMPACT.acquire.DeviceManager object. |
settingName | [in] The name of the driver internal setting to access with this instance. A list of valid setting names can be obtained by a call to mvIMPACT.acquire.FunctionInterface.getAvailableSettings, new settings can be created with the function mvIMPACT.acquire.FunctionInterface.createSetting |
|
static |
An integer property.
Sets the duration (or number of events) before the CounterEnd event is generated.
Sets the duration (or number of events) before the CounterEnd event is generated.
|
static |
An enumerated integer property.
Selects the Activation mode Event Source signal.
Selects the Activation mode Event Source signal.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Select the events that will be the source to increment the Counter.
Select the events that will be the source to increment the Counter.
The following string values might be valid for this feature:
|
static |
A method object.
Does a software reset of the selected Counter and starts it.
Does a software reset of the selected Counter and starts it. The counter starts counting events immediately after the reset unless a Counter trigger is active. CounterReset can be used to reset the Counter independently from the CounterResetSource. To disable the counter temporarily, set CounterEventSource to Off.
|
static |
An enumerated integer property.
Selects the Activation mode of the Counter Reset Source signal.
Selects the Activation mode of the Counter Reset Source signal.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Selects the signals that will be the source to reset the Counter.
Selects the signals that will be the source to reset the Counter.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Selects which Counter to configure.
Selects which Counter to configure.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Returns the current status of the Counter.
Returns the current status of the Counter.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Selects the activation mode of the trigger to start the Counter.
Selects the activation mode of the trigger to start the Counter.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Selects the source to start the Counter.
Selects the source to start the Counter.
The following string values might be valid for this feature:
|
static |
An integer property.
Reads or writes the current value of the selected Counter.
Reads or writes the current value of the selected Counter.
|
static |
An integer property.
Reads the value of the selected Counter when it was reset by a trigger or by an explicit CounterReset command.
Reads the value of the selected Counter when it was reset by a trigger or by an explicit CounterReset command.
|
static |
|
static |
A floating point property.
Sets the duration (in microseconds) of the delay to apply at the reception of a trigger before starting the Timer.
Sets the duration (in microseconds) of the delay to apply at the reception of a trigger before starting the Timer.
|
static |
A floating point property.
Sets the duration (in microseconds) of the Timer pulse.
Sets the duration (in microseconds) of the Timer pulse.
|
static |
A method object.
Does a software reset of the selected timer and starts it.
Does a software reset of the selected timer and starts it. The timer starts immediately after the reset unless a timer trigger is active.
|
static |
An enumerated integer property.
Selects which Timer to configure.
Selects which Timer to configure.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Returns the current status of the Timer.
Returns the current status of the Timer.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Selects the activation mode of the trigger to start the Timer.
Selects the activation mode of the trigger to start the Timer.
The following string values might be valid for this feature:
|
static |
A floating point property.
Sets the minimum period between two valid timer triggers.
Sets the minimum period between two valid timer triggers.
|
static |
An enumerated integer property.
Selects the source of the trigger to start the Timer.
Selects the source of the trigger to start the Timer.
The following string values might be valid for this feature:
|
static |
A floating point property.
Reads or writes the current value (in microseconds) of the selected Timer.
Reads or writes the current value (in microseconds) of the selected Timer.