NI-DAQmx .NET Framework 4.5 API Reference

COChannel.PulseDutyCycle Property

  • 更新时间2023-02-21
  • 阅读时长1分钟
COChannel.PulseDutyCycle Property
Specifies the duty cycle of the pulses. The duty cycle of a signal is the width of the pulse divided by period. NI-DAQmx uses this ratio and the pulse frequency to determine the width of the pulses and the delay between pulses.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public double PulseDutyCycle { get; set; }
Public Property PulseDutyCycle As Double
	Get
	Set

Property Value

Type: Double
Specifies the duty cycle of the pulses. The duty cycle of a signal is the width of the pulse divided by period. NI-DAQmx uses this ratio and the pulse frequency to determine the width of the pulses and the delay between pulses.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also