NI-DAQmx .NET Framework 4.5 API Reference

COChannel.PulseDutyCycle Property

  • Updated2023-02-21
  • 1 minute(s) read
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

Log in to get a better experience