Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

Controls the persistent subnet mask associated with the persistent IP address of the camera. It is only used when the camera boots with persistent IP enabled by GevCurrentIPConfigurationPersistentIP.

Name

GevPersistentSubnetMask

Category

GigEVision

Interface

Integer

Access

Read/Write

Unit

-

Visibility

Beginner

Values

≥ 0

Standard

SFNC

Availability uEye+

icon-gev

Availability uEye

-

hint_info

The access changes to read-only during an acquisition.

Code example

C++

// Determine the current GevPersistentSubnetMask
int64_t value = nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("GevPersistentSubnetMask")->Value();
// Set GevPersistentSubnetMask to 0
nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("GevPersistentSubnetMask")->SetValue(0);

C#

// Determine the current GevPersistentSubnetMask
long value = nodeMapRemoteDevice.FindNode<peak.core.nodes.IntegerNode>("GevPersistentSubnetMask").Value();
// Set GevPersistentSubnetMask to 0
nodeMapRemoteDevice.FindNode<peak.core.nodes.IntegerNode>("GevPersistentSubnetMask").SetValue(0);

Python

# Determine the current GevPersistentSubnetMask (int)
value = nodeMapRemoteDevice.FindNode("GevPersistentSubnetMask").Value()
# Set GevPersistentSubnetMask to 0 (int)
nodeMapRemoteDevice.FindNode("GevPersistentSubnetMask").SetValue(0)

© 2024 IDS Imaging Development Systems GmbH