Impact Acquire SDK .NET
SoftwareSignalControl Class Reference

Category that contains the Software Signal Control features. More...

Public Member Functions

 SoftwareSignalControl (mv.impact.acquire.Device device)
 Constructs a new mv.impact.acquire.GenICam.SoftwareSignalControl object.
 
 SoftwareSignalControl (mv.impact.acquire.Device device, System.String settingName)
 Constructs a new mv.impact.acquire.GenICam.SoftwareSignalControl object.
 

Public Attributes

readonly mv.impact.acquire.Method softwareSignalPulse = new mv.impact.acquire.Method()
 A method object. Generates a pulse signal that can be used as a software trigger.
 
readonly mv.impact.acquire.PropertyI64 softwareSignalSelector = new mv.impact.acquire.PropertyI64()
 An enumerated integer property. Selects which Software Signal features to control.
 

Detailed Description

Category that contains the Software Signal Control features.

A category that contains the Software Signal Control features.

Constructor & Destructor Documentation

◆ SoftwareSignalControl() [1/2]

Constructs a new mv.impact.acquire.GenICam.SoftwareSignalControl object.

Parameters
[in]deviceA pointer to a mv.impact.acquire.Device object obtained from a mv.impact.acquire.DeviceManager object.

◆ SoftwareSignalControl() [2/2]

SoftwareSignalControl ( mv::impact::acquire::Device device,
System::String settingName )
inline

Constructs a new mv.impact.acquire.GenICam.SoftwareSignalControl object.

Parameters
[in]deviceA pointer to a mv.impact.acquire.Device object obtained from a mv.impact.acquire.DeviceManager object.
[in]settingNameThe name of the driver internal setting to access with this instance. A list of valid setting names can be obtained by a call to mv.impact.acquire.FunctionInterface.availableSettings, new settings can be created with the function mv.impact.acquire.FunctionInterface.createSetting

Member Data Documentation

◆ softwareSignalPulse

A method object. Generates a pulse signal that can be used as a software trigger.

Generates a pulse signal that can be used as a software trigger. This command can be used to trigger other modules that accept a SoftwareSignal as trigger source.

◆ softwareSignalSelector

An enumerated integer property. Selects which Software Signal features to control.

Selects which Software Signal features to control.

The following string values might be valid for this feature:

  • SoftwareSignal0 (Display string: 'Software Signal 0'): Selects the software generated signal to control.
  • SoftwareSignal1 (Display string: 'Software Signal 1'): Selects the software generated signal to control.
  • SoftwareSignal2 (Display string: 'Software Signal 2'): Selects the software generated signal to control.
Note
Depending on the device some of these values might not be supported and especially when working with third party devices there might be custom values which are not listed here. To get a complete and reliable list of supported values at runtime an application should therefore call mv.impact.acquire.EnumPropertyI<T>.listOfValidStrings() or one of the other functions dealing with translation dictionaries for enumerated properties.