Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

Saves the RemoteDevice description file (xml file) to the root of the current user's home directory. The name is taken from the URL string. The original file format (xml/zip) is retained.

hint_info

The function saves only the first announced "local" storage file.

If the implementation fails to determine the home directory, the function tries to save the file to the application's working directory.

Name

DeviceSaveRemoteDescriptionFileToDisk[DeviceSelector]

Category

DeviceEnumeration

Interface

Command

Access

Write

Unit

-

Visibility

Guru

Values

-

Standard

IDS

Availability uEye+

icon-gev icon-u3v

Availability uEye

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

Code Example

C++

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

C#

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

Python

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

© 2024 IDS Imaging Development Systems GmbH