IDS Peak comfortSDK, genericSDK, IPL, and AFL developer manuals are external documents. Please contact us if you need them.
This function is supported by the following models: U3 models •PCB version uEye+ LE USB 3.1 Rev. 1.2 (requires USB3 Vision firmware 3.2 or higher) •uEye+ LE USB 3.1 Rev. 1.2 AF (requires USB3 Vision firmware 3.2 or higher) •USB 3 uEye+ ACP GV models •GigE uEye+ ACP UI models •PCB version uEye LE USB 3.1 Gen 1 •PCB version USB 3 uEye LE •PCB version USB uEye LE •GigE uEye LE |
Returns the length of the I2CDeviceAddress.
Name |
I2CDeviceAddressLength |
Category |
|
Interface |
Integer |
Access |
Read |
Unit |
bit |
Visibility |
Expert |
Values |
7 |
Standard |
IDS |
Availability uEye+ |
|
Availability uEye |
|
Only addresses with a length of 7 bits are supported. |
Code example
C++
// Determine the current I2CDeviceAddressLength
int64_t value = nodeMapLocalDevice->FindNode<peak::core::nodes::IntegerNode>("I2CDeviceAddressLength")->Value();
C#
// Determine the current I2CDeviceAddressLength
long value = nodeMapLocalDevice.FindNode<peak.core.nodes.IntegerNode>("I2CDeviceAddressLength").Value();
Python
# Determine the current I2CDeviceAddressLength (int)
value = nodeMapLocalDevice.FindNode("I2CDeviceAddressLength").Value()