CreateCurrentInputChannel(string, double, double)
- 更新时间2025-01-08
- 阅读时长2分钟
Creates a current input channel or a set of current input channels with the specified parameters for measuring current.
Syntax
Namespace: NationalInstruments.PowerSignalsDaq
public void CreateCurrentInputChannel(string channelNames, double minimumValueInAmperes, double maximumValueInAmperes)
Parameters
| Name | Type | Description |
|---|---|---|
| channelNames | string | Specifies the current input channel name(s) to be created. |
| minimumValueInAmperes | double | Specifies the minimum value of current in amperes that you expect the channel(s) to measure. |
| maximumValueInAmperes | double | Specifies the maximum value of current in amperes that you expect the channel(s) to measure. |
Exceptions
| Type | Description |
|---|---|
| PowerSignalsDaqException | Thrown when one of the following error conditions occurs:
|