NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalPinSet.FrequencyCounter Property

  • Updated2023-11-24
  • 1 minute(s) read
DigitalPinSet.FrequencyCounter Property

DigitalPinSetFrequencyCounter Property

Gets the DigitalFrequencyCounter object containing the properties used to measure the frequency and set the measurement time and mode.

Namespace:  NationalInstruments.ModularInstruments.NIDigital
Assembly:  NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021

Syntax

public DigitalFrequencyCounter FrequencyCounter { get; }
Public ReadOnly Property FrequencyCounter As DigitalFrequencyCounter
	Get

Property Value

Type: DigitalFrequencyCounter

Object used to configure and control the frequency counter. This object is created when the DigitalPinSet is created.

Remarks

You can use this property to begin measuring frequency.

See Also

Log in to get a better experience