NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalTiming.TdrEndpointTermination Property

  • Updated2023-11-24
  • 1 minute(s) read
DigitalTiming.TdrEndpointTermination Property

DigitalTimingTdrEndpointTermination Property

Gets or sets the endpoint termination used for TDR.

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

Syntax

public TdrEndpointTermination TdrEndpointTermination { get; set; }
Public Property TdrEndpointTermination As TdrEndpointTermination
	Get
	Set

Property Value

Type: TdrEndpointTermination
TDR endpoint termination type. The default value is TdrToOpenCircuit.

Exceptions

ExceptionCondition
OutOfRangeExceptionThe value for TdrEndpointTermination is invalid.
IviCDriverExceptionThe underlying NI-Digital driver returned an error.
ObjectDisposedExceptionTdrEndpointTermination was accessed after the associated NIDigital or DigitalDriverUtility object was disposed.

Remarks

For more information, refer to the TDR topic in the Digital Pattern Help.

See Also

Log in to get a better experience