PreSampleDuration¶
-
double IAcquisitionTrigger.PreSampleDuration { get; set; }¶
Gets or sets the pre-trigger sample duration in seconds.
- Value
double – Pre-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.