Impact Acquire SDK Java
SoftwareSignalControl Class Reference

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

Public Member Functions

synchronized void delete ()
 
Method getSoftwareSignalPulse ()
 A method object.
 
PropertyI64 getSoftwareSignalSelector ()
 An enumerated integer property.
 
 SoftwareSignalControl (Device pDev)
 Constructs a new mvIMPACT.acquire.SoftwareSignalControl object.
 
 SoftwareSignalControl (Device pDev, String settingName)
 Constructs a new mvIMPACT.acquire.SoftwareSignalControl object.
 

Protected Member Functions

void finalize ()
 
 SoftwareSignalControl (long cPtr, boolean cMemoryOwn)
 

Static Protected Member Functions

static long swigRelease (SoftwareSignalControl obj)
 

Protected Attributes

transient boolean swigCMemOwn
 

Detailed Description

Category that contains the Software Signal Control features.

A category that contains the Software Signal Control features.

Constructor & Destructor Documentation

◆ SoftwareSignalControl() [1/3]

SoftwareSignalControl ( long cPtr,
boolean cMemoryOwn )
protected

◆ SoftwareSignalControl() [2/3]

SoftwareSignalControl ( Device pDev,
String settingName )

Constructs a new mvIMPACT.acquire.SoftwareSignalControl object.

Parameters
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

◆ SoftwareSignalControl() [3/3]

Constructs a new mvIMPACT.acquire.SoftwareSignalControl object.

Parameters
pDev[in] A pointer to a mvIMPACT.acquire.Device object obtained from a mvIMPACT.acquire.DeviceManager object. 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

Member Function Documentation

◆ delete()

synchronized void delete ( )

◆ finalize()

void finalize ( )
protected

◆ getSoftwareSignalPulse()

Method getSoftwareSignalPulse ( )

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.

◆ getSoftwareSignalSelector()

PropertyI64 getSoftwareSignalSelector ( )

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 mvIMPACT.acquire.PropertyI.getTranslationDictStrings() or one of the other functions dealing with translation dictionaries for enumerated properties.

◆ swigRelease()

static long swigRelease ( SoftwareSignalControl obj)
staticprotected

Member Data Documentation

◆ swigCMemOwn

transient boolean swigCMemOwn
protected