www.vtiinstruments.com
EX10xxA Function Calls 181
vtex10xxA_get_ptp_info
FUNCTION PROTOTYPE
ViStatus vtex10xxA_get_ptp_info (ViSession vi, ViPBoolean isMaster,ViPBoolean isSynchronized);
FUNCTION PARAMETERS
vi = contains a session handle to the instrument. This handle is obtained by the function and remains valid until the
session is closed.
isMaster = a Boolean return value that indicates whether or not the device is a master with respect to the precision
time protocol and IEEE 1588.
isSynchronized = a Boolean return value that indicates whether or not the device is synchronized with respect to the
precision time protocol and IEEE 1588.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function queries and returns information associated with the precision time protocol implemented on the
EX10xxA. Specifically, it returns whether or not the device is a master with respect to PTP and returns whether the
device is synchronized.
EXAMPLE