NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalLevels.TerminationMode Property

  • Updated2023-11-24
  • 1 minute(s) read
DigitalLevels.TerminationMode Property

DigitalLevelsTerminationMode Property

Gets or sets the behavior of the pin when pin driver is in a non-drive cycle.

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

Syntax

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

Property Value

Type: TerminationMode
The behavior of the pin when the driver is not driving a 0 or 1. The default value is HighZ.

Exceptions

ExceptionCondition
SelectorNameExceptionAn instance of DigitalPinSet references a pin or pin group name not loaded in the pin map.
OutOfRangeExceptionThe value for TerminationMode is invalid.

Remarks

The TerminationMode of a pin or list of pins only affects the pin or pins when the SelectedFunction of one or more pins is set to Digital.

See Also

Log in to get a better experience