ConfigureBiasingPowerSupplyOutputEnabled(bool)
- Updated2025-01-08
- 1 minute(s) read
Configures the output state of the biasing power supply.
Syntax
Namespace: NationalInstruments.ECUTS.Pulser
public void ConfigureBiasingPowerSupplyOutputEnabled(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. |
Exceptions
| Type | Description |
|---|---|
| PulserSessionException | Thrown when one of the following error conditions occurs:
|