DigitalPpmu.OutputFunction Property
- Updated2023-11-24
- 1 minute(s) read
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: PpmuOutputFunctionThe output of the PPMU as either DC voltage or DC current. The default value is DCVoltage.
Exceptions
Exception | Condition |
---|---|
SelectorNameException | An instance of DigitalPinSet references a pin or pin group name not loaded in the pin map. |
OutOfRangeException | The 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.