Interface representing a Synchronization Component in a Test & Measurement system. A SynchronizationComponent ensures synchronization among measurement devices in the system. It can act as a sync source and/or as a sync output, with each component having one sync input and 0 to n sync outputs. More...
Interface representing a Synchronization Component in a Test & Measurement system. A SynchronizationComponent ensures synchronization among measurement devices in the system. It can act as a sync source and/or as a sync output, with each component having one sync input and 0 to n sync outputs.
SynchronizationComponents are configured via interfaces, which can include PTP, IRIQ, GPS, and CLK sync interfaces, among others.
Public Member Functions | |
daq::Bool | getSyncLocked () const |
Retrieves the synchronization lock status. More... | |
daq::Int | getSelectedSource () const |
Retrieves the selected sync source interface. More... | |
void | setSelectedSource (daq::Int selectedSource) const |
Sets the selected sync source interface. More... | |
daq::DictPtr< daq::IString, daq::IPropertyObject > | getInterfaces () const |
Retrieves the list of interfaces associated with this synchronization component. More... | |