IDS Peak comfortSDK, genericSDK, AFL, ICL, and IPL developer manuals are external documents.
Please contact us if you need these manuals.
Returns the latched offset from the PTP master clock.
Name |
PtpOffsetFromMaster |
Category |
|
Interface |
Integer |
Access |
Read |
Unit |
ns |
Visibility |
Expert |
Values |
- |
Standard |
SFNC |
Availability uEye+ |
|
Availability uEye |
- |
Code example
C++
// Determine the current PtpOffsetFromMaster
int64_t value = nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("PtpOffsetFromMaster")->Value();
C#
// Determine the current PtpOffsetFromMaster
long value = nodeMapRemoteDevice.FindNode<IDSImaging.Peak.API.Core.Nodes.IntegerNode>("PtpOffsetFromMaster").Value();
Python
# Determine the current PtpOffsetFromMaster (int)
value = nodeMapRemoteDevice.FindNode("PtpOffsetFromMaster").Value()