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