WaitUntilPulserChargingDoneAsync(TimeSpan)
- Updated2025-01-08
- 1 minute(s) read
Asynchronously waits until the pulser charging operation is completed or the specified timeout expires.
Syntax
Namespace: NationalInstruments.ECUTS.Pulser
public async Task WaitUntilPulserChargingDoneAsync(TimeSpan timeout)
Remarks
Parameters
| Name | Type | Description |
|---|---|---|
| timeout | TimeSpan | Specifies the wait time for the Pulser charging operation to complete. |
Returns
WaitUntilPulserChargingDoneAsync returns a task that represents the asynchronous operation.
Exceptions
| Type | Description |
|---|---|
| PulserSessionException | Thrown when one of the following error conditions occurs:
|