DigitalTiming.TdrEndpointTermination Property
- Updated2023-11-24
- 1 minute(s) read
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: TdrEndpointTerminationTDR endpoint termination type. The default value is TdrToOpenCircuit.
Exceptions
Exception | Condition |
---|---|
OutOfRangeException | The value for TdrEndpointTermination is invalid. |
IviCDriverException | The underlying NI-Digital driver returned an error. |
ObjectDisposedException | TdrEndpointTermination 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.