ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

NI-DAQmx .NET Framework 4.5 API Reference

AnalogUnscaledWriter.Write Method

  • 更新时间2023-02-21
  • 阅读时长2分钟
AnalogUnscaledWriter.Write Method

Overload List

  NameDescription
Public methodWrite(Boolean, Int16)
Writes one or more unscaled 16-bit integer samples to one or more AOChannel objects in a task.
Public methodWrite(Boolean, Int32)
Writes one or more unscaled 32-bit integer samples to one or more AOChannel objects in a task.
Public methodWrite(Boolean, UInt16)
Writes one or more unscaled 16-bit unsigned integer samples to one or more AOChannel objects in a task.
Public methodWrite(Boolean, UInt32)
Writes one or more unscaled 32-bit unsigned integer samples to one or more AOChannel objects in a task.
Top

See Also