NI-DAQmx .NET Framework 4.5 API Reference

AIChannelCollection.CreateCurrentRmsChannel Method

  • 已更新2023-02-21
  • 閱讀時間為 2 分鐘
AIChannelCollection.CreateCurrentRmsChannel Method

Overload List

  NameDescription
Public methodCreateCurrentRmsChannel(String, String, AITerminalConfiguration, Double, Double, AICurrentAcrmsUnits)
Creates an AIChannel with an internal shunt resistor to measure AC current. This method adds one or more physical channels to the AIChannelCollection.
Public methodCreateCurrentRmsChannel(String, String, AITerminalConfiguration, Double, Double, String)
Creates an AIChannel with the specified custom scale and an internal shunt resistor to measure AC current. This method adds one or more physical channels to the AIChannelCollection.
Public methodCreateCurrentRmsChannel(String, String, AITerminalConfiguration, Double, Double, Double, AICurrentAcrmsUnits)
Creates an AIChannel with the specified external shunt resistor to measure AC current. This method adds one or more physical channels to the AIChannelCollection.
Public methodCreateCurrentRmsChannel(String, String, AITerminalConfiguration, Double, Double, Double, String)
Creates an AIChannel with the specified custom scale and external shunt resistor to measure AC current. This method adds one or more physical channels to the AIChannelCollection.
Top

See Also