NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

CIDataFrequency Constructor

  • Updated2023-02-21
  • 1 minute(s) read
CIDataFrequency Constructor
Initializes a new instance of the CIDataFrequency object with the specified frequency and duty cycle.

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

Syntax

public CIDataFrequency(
	double frequency,
	double dutyCycle
)
Public Sub New ( 
	frequency As Double,
	dutyCycle As Double
)

Parameters

frequency
Type: SystemDouble
The frequency of the pulse.
dutyCycle
Type: SystemDouble
The duty cycle of the pulse.

See Also

Log in to get a better experience