Acquisition |
public sealed class AcquisitionStartRequest : IMessage<AcquisitionStartRequest>, IMessage, IEquatable<AcquisitionStartRequest>, IDeepCloneable<AcquisitionStartRequest>, IBufferMessage
The AcquisitionStartRequest type exposes the following members.
Name | Description | |
---|---|---|
AutoStopSeconds | Timeout interval to stop the acquisition. | |
Card | Card to start the acquisition on. If none is specified, the acquisition is started on all currently connected cards. | |
Descriptor | ||
ForceFieldCorrectionFileUpdate | True: Forces the filed correction file to update. Omitted or false keeps an existing field correction file. | |
HasAutoStopSeconds | Gets whether the "auto_stop_seconds" field is set | |
HasForceFieldCorrectionFileUpdate | Gets whether the "force_field_correction_file_update" field is set | |
HasWaitForStop | Gets whether the "wait_for_stop" field is set | |
Parser | ||
WaitForStop | True: Blocks the caller until the acquisition runs into an auto stop timeout or a stop triggered. Starts non-blocking acquisition otherwise. |
Name | Description | |
---|---|---|
CalculateSize | ||
ClearAutoStopSeconds | Clears the value of the "auto_stop_seconds" field | |
ClearForceFieldCorrectionFileUpdate | Clears the value of the "force_field_correction_file_update" field | |
ClearWaitForStop | Clears the value of the "wait_for_stop" field | |
Clone | ||
Equals(AcquisitionStartRequest) | ||
Equals(Object) | (Overrides ObjectEquals(Object)) | |
GetHashCode | (Overrides ObjectGetHashCode) | |
MergeFrom(AcquisitionStartRequest) | ||
MergeFrom(CodedInputStream) | ||
ToString | (Overrides ObjectToString) | |
WriteTo |
Name | Description | |
---|---|---|
AutoStopSecondsFieldNumber | Field number for the "auto_stop_seconds" field. | |
CardFieldNumber | Field number for the "card" field. | |
ForceFieldCorrectionFileUpdateFieldNumber | Field number for the "force_field_correction_file_update" field. | |
WaitForStopFieldNumber | Field number for the "wait_for_stop" field. |