GetSignalsWithInterval¶
-
virtual std::vector<std::tuple<PSignal, double>> IAcquisition::GetSignalsWithInterval() = 0¶
Gets the signals of this signal collection with their configured sample interval.
- Returns
std::vector<std::tuple<PSignal, double>> – Signals of this signal collection with their configured interval.
- Throws
CCommunicationErrorException
– Protocol error.CConnectionLostException
– Connection to controller lost.CRebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.CObjectDestroyedException
– Object is destroyed.