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.

Resets the selected gain to its default value.

Name

GainResetToDefault[GainSelector]

Category

AnalogControl

Interface

Command

Access

Write

Unit

-

Visibility

Beginner

Values

-

Standard

IDS

Availability uEye+

-

Availability uEye

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

Code example

C++

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

C#

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

Python

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

© 2026 IDS Imaging Development Systems GmbH