ConfigureBiasingPowerSupplyAsync(double, double)
- Updated2025-01-08
- 1 minute(s) read
Asynchronously configures the biasing power supply with the specified voltage and current limit settings.
Syntax
Namespace: NationalInstruments.ECUTS.Pulser
public async Task ConfigureBiasingPowerSupplyAsync(double voltageInVolts, double currentLimitInAmperes)
Parameters
| Name | Type | Description |
|---|---|---|
| voltageInVolts | double | Specifies the biasing power supply output voltage level in volts. |
| currentLimitInAmperes | double | Specifies the biasing power supply output current limit in amperes. |
Returns
ConfigureBiasingPowerSupplyAsync returns a task that represents the asynchronous operation.
Exceptions
| Type | Description |
|---|---|
| PulserSessionException | Thrown when one of the following error conditions occurs:
|