CreateVoltageInputChannel(string, double, double)
- Updated2025-01-08
- 2 minute(s) read
Creates a voltage input channel or a set of voltage input channels with the specified parameters for measuring voltage.
Syntax
Namespace: NationalInstruments.PowerSignalsDaq
public void CreateVoltageInputChannel(string channelNames, double minimumValueInVolts, double maximumValueInVolts)
Parameters
| Name | Type | Description |
|---|---|---|
| channelNames | string | Specifies the voltage input channel name(s) to be created. |
| minimumValueInVolts | double | Specifies the minimum value of voltage in volts that you expect the channel(s) to measure. |
| maximumValueInVolts | double | Specifies the maximum value of voltage in volts that you expect the channel(s) to measure. |
Exceptions
| Type | Description |
|---|---|
| PowerSignalsDaqException | Thrown when one of the following error conditions occurs:
|