ConfigureBiasingPowerSupplyOutputEnabledAsync(bool)
- Updated2025-01-08
- 1 minute(s) read
Asynchronously configures the output state of the biasing power supply.
Syntax
Namespace: NationalInstruments.ECUTS.Pulser
public async Task ConfigureBiasingPowerSupplyOutputEnabledAsync(bool enabled)
Remarks
This method sets the output state of the biasing power supply. Pass true to enable the output or false to disable it.
Parameters
| Name | Type | Description |
|---|---|---|
| enabled | bool | A boolean value indicating whether to enable or disable the biasing power supply output. |
Returns
ConfigureBiasingPowerSupplyOutputEnabledAsync returns a task that represents the asynchronous operation.
Exceptions
| Type | Description |
|---|---|
| PulserSessionException | Thrown when one of the following error conditions occurs:
|