NI-DAQmx .NET Framework 4.5 API Reference

COChannel.PulseFrequency Property

  • Updated2023-02-21
  • 1 minute(s) read
COChannel.PulseFrequency Property
Specifies the frequency of the pulses to generate. This value is in the units you specify with PulseFrequencyUnits or when you create the channel.

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

Syntax

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

Property Value

Type: Double
Specifies the frequency of the pulses to generate. This value is in the units you specify with PulseFrequencyUnits or when you create the channel.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience