Please enable JavaScript to view this site.

IDS peak 2.20.0 / uEye+ firmware 3.80

IDS Peak comfortSDK, genericSDK, AFL, ICL, and IPL developer manuals are external documents.
Please contact us if you need these manuals.

Generates an internal trigger. TriggerSource must be set to "Software".

Name

TriggerSoftware[TriggerSelector]

Category

AcquisitionControl

Interface

Command

Access

(Read)/Write

Unit

-

Visibility

Beginner

Values

-

Standard

SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

icon-ui-gige icon-ui-usb2 icon-ui-usb3

Code example

C++

// Execute TriggerSoftware
nodeMapRemoteDevice->FindNode<peak::core::nodes::CommandNode>("TriggerSoftware")->Execute();
// Check if the command has finished before you continue (optional)
nodeMapRemoteDevice->FindNode<peak::core::nodes::CommandNode>("TriggerSoftware")->WaitUntilDone();

C#

// Execute TriggerSoftware
nodeMapRemoteDevice.FindNode<IDSImaging.Peak.API.Core.Nodes.CommandNode>("TriggerSoftware").Execute();
// Check if the command has finished before you continue (optional)
nodeMapRemoteDevice.FindNode<IDSImaging.Peak.API.Core.Nodes.CommandNode>("TriggerSoftware").WaitUntilDone();

Python

# Execute TriggerSoftware
nodeMapRemoteDevice.FindNode("TriggerSoftware").Execute()
# Check if the command has finished before you continue (optional)
nodeMapRemoteDevice.FindNode("TriggerSoftware").WaitUntilDone()

© 2026 IDS Imaging Development Systems GmbH