IsRunning¶
-
bool IAcquisition.IsRunning { get; }¶
Gets whether acquisition is Running (i.e. in state
AcquisitionState.PreSampling
,AcquisitionState.Sampling
) orAcquisitionState.PostSampling
).- Value
bool – True if acquisition is running, false otherwise.
- Throws
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.