CreateExternalCurrentFlowPathAsync(Endpoint, Endpoint)
- Updated2025-01-08
- 1 minute(s) read
Asynchronously creates an external current flow path between two specified endpoints.
Syntax
Namespace: NationalInstruments.ECUTS.Pulser
public async Task CreateExternalCurrentFlowPathAsync(Endpoint currentIntoDutEndpoint, Endpoint currentFromDutEndpoint)
Remarks
If the external current flow path between the two specified endpoints has already been created, this method does nothing. This method also destroys the current flow path that was previously created.
Parameters
| Name | Type | Description |
|---|---|---|
| currentIntoDutEndpoint | Endpoint | Specifies the endpoint representing the pulse current flowing into DUT. |
| currentFromDutEndpoint | Endpoint | Specifies the endpoint representing the pulse current flowing from DUT. |
Returns
CreateExternalCurrentFlowPathAsync returns a task that represents the asynchronous operation.
Exceptions
| Type | Description |
|---|---|
| PulserSessionException | Thrown when one of the following error conditions occurs:
|