NI-DAQmx .NET Framework 4.5 API Reference

AOChannelCollection.CreateFunctionGenerationChannel Method

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

Overload List

  NameDescription
Public methodCreateFunctionGenerationChannel(String, String, AOFunctionGenerationType, Double, Double)
Creates an AOChannel that continuously generates a waveform with the specificed waveform type, frequency, and amplitude. This method adds one or more channels to the AOChannelCollection.
Public methodCreateFunctionGenerationChannel(String, String, AOFunctionGenerationType, Double, Double, Double)
Creates an AOChannel that continuously generates a waveform with the specificed waveform type, frequency, amplitude, and offset. This method adds one or more channels to the AOChannelCollection.
Top

See Also