Please enable JavaScript to view this site.

IDS peak 2.10.0 / uEye+ firmware 3.34

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

Does a software reset of the selected timer. Starts the timer unless a Timer trigger is active.

Name

TimerReset[TimerSelector]

Category

CounterAndTimerControl

Interface

Command

Access

Write

Unit

-

Visibility

Expert

Values

-

Standard

SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

-

Code example

C++

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

C#

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

Python

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

© 2024 IDS Imaging Development Systems GmbH