SetStartCondition¶
-
virtual void IAcquisitionTrigger::SetStartCondition(const PCondition &condition) = 0¶
Sets the start condition of the trigger configuration.
- Parameters
condition – Start condition of the trigger.
- Throws
CInvalidOperationException
– Associated acquisition instance is not in state EAcquisitionState::Idle or EAcquisitionState::Prepared.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.