Click or drag to resize

AcquisitionAcquisitionBase Class

Base class for server-side implementations of Acquisition
Inheritance Hierarchy
SystemObject
  RAYLASE.PDA.APIAcquisitionAcquisitionBase

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax
C#
public abstract class AcquisitionBase

The AcquisitionAcquisitionBase type exposes the following members.

Methods
 NameDescription
Public methodConnect Connect to a (additional) card to the service.
Public methodDisconnect Disconnect a connected card from the service.
Public methodDiscover Discovers all cards connected to the PC running the service and on the service PC's network.
Public methodExport Export the acquired data.
Public methodGetConnectedCards Get a list of all connected cards with their respective CardInfo. The order of the cards corresponds to their ConnectionID, starting at zero.
Public methodSave Save the acquired trace data.
Public methodStart Starts the acquisition on a specific card or all connected cards if no card is specified. The service's card configurations must be greater or equal the number of connected cards.
Public methodStop Stops the acquisition on a specific card or all connected cards if no card is specified.
Top
See Also