PostSampleDuration¶
-
double IAcquisitionTrigger.PostSampleDuration { get; set; }¶
Gets or sets the post-trigger sample duration in seconds.
- Value
double – Post-trigger sample duration.
- Throws
InvalidArgumentException
– Invalid duration (negative, infinite or NaN).InvalidOperationException
– Associated acquisition instance is not in state AcquisitionState.Idle or AcquisitionState.Prepared.CommunicationErrorException
– Protocol error.ConnectionLostException
– Connection to controller lost.RebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.System.ObjectDisposedException
– Object is disposed.