NI-DAQmx .NET Framework 4.5 API Reference

AIChannelCollection.CreateTedsTorqueBridgeChannel Method

  • 更新时间2023-02-21
  • 阅读时长1分钟
AIChannelCollection.CreateTedsTorqueBridgeChannel Method

Overload List

  NameDescription
Public methodCreateTedsTorqueBridgeChannel(String, String, Double, Double, AITorqueUnits, AIExcitationSource, Double)
Creates an AIChannel that uses a Wheatstone bridge to measure torque. You must configure the physical channel(s) with TEDS information to use this method. NI-DAQmx scales electrical values to physical values according to that TEDS information. This method adds one or more physical channels to the AIChannelCollection.
Public methodCreateTedsTorqueBridgeChannel(String, String, Double, Double, String, AIExcitationSource, Double)
Creates an AIChannel that uses a Wheatstone bridge to measure torque, with the specified custom scale. You must configure the physical channel(s) with TEDS information to use this method. NI-DAQmx scales electrical values to physical values according to that TEDS information. This method adds one or more physical channels to the AIChannelCollection.
Top

See Also