NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalPpmu.OutputFunction Property

  • Updated2023-11-24
  • 1 minute(s) read
DigitalPpmu.OutputFunction Property

DigitalPpmuOutputFunction Property

Gets or sets whether the PPMU sources DC voltage or DC current.

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

Syntax

public PpmuOutputFunction OutputFunction { get; set; }
Public Property OutputFunction As PpmuOutputFunction
	Get
	Set

Property Value

Type: PpmuOutputFunction
The output of the PPMU as either DC voltage or DC current. The default value is DCVoltage.

Exceptions

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

Remarks

This property is only applicable if the SelectedFunction of the pin set is set to Ppmu.

Changing this property does not take effect until you call Source. You must call Source to commit your changes even if the PPMU is already sourcing.

See Also

Log in to get a better experience