AcquisitionAcquisition | 
public abstract class AcquisitionBase
The AcquisitionAcquisitionBase type exposes the following members.
| Name | Description | |
|---|---|---|
| Connect | Connect to a (additional) card to the service. | |
| Disconnect | Disconnect a connected card from the service. | |
| Discover | Discovers all cards connected to the PC running the service and on the service PC's network. | |
| Export | Export the acquired data. | |
| GetConnectedCards | Get a list of all connected cards with their respective CardInfo. The order of the cards corresponds to their ConnectionID, starting at zero. | |
| Load | Load acquired trace data from a file. | |
| Save | Save the acquired trace data. | |
| Start | 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. | |
| Stop | Stops the acquisition on a specific card or all connected cards if no card is specified. |