ConfigureBiasingPowerSupply(double, double)
- Updated2025-01-08
- 1 minute(s) read
Configures the biasing power supply with the specified voltage and current limit settings.
Syntax
Namespace: NationalInstruments.ECUTS.Pulser
public void ConfigureBiasingPowerSupply(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. |
Exceptions
| Type | Description |
|---|---|
| PulserSessionException | Thrown when one of the following error conditions occurs:
|