NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalPinSet.ClockGenerator Property

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

DigitalPinSetClockGenerator Property

Gets the DigitalClockGenerator object containing the properties used to drive a free-running clock.

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

Syntax

public DigitalClockGenerator ClockGenerator { get; }
Public ReadOnly Property ClockGenerator As DigitalClockGenerator
	Get

Property Value

Type: DigitalClockGenerator

Object used to configure and control the clock generator. This object is created when the DigitalPinSet is created.

Remarks

Use this property to drive a free-running clock.

See Also

Log in to get a better experience