NI-DAQmx .NET Framework 4.5 API Reference

COChannel.PulseFrequencyUnits Property

  • Updated2023-02-21
  • 1 minute(s) read
COChannel.PulseFrequencyUnits Property
Specifies the units in which to define pulse frequency.

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

Syntax

public COPulseFrequencyUnits PulseFrequencyUnits { get; set; }
Public Property PulseFrequencyUnits As COPulseFrequencyUnits
	Get
	Set

Property Value

Type: COPulseFrequencyUnits
Specifies the units in which to define pulse frequency.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also