DigitalPpmu.ApertureTime Property
- Updated2023-11-24
- 1 minute(s) read
DigitalPpmuApertureTime Property
Gets the measurement aperture time for the PPMU.
Namespace: NationalInstruments.ModularInstruments.NIDigital
Assembly: NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021
Syntax
public double ApertureTime { get; }
Public ReadOnly Property ApertureTime As Double Get
Property Value
Type: DoubleThe measurement aperture time. The units are specified by ApertureTimeUnits. The default value is 4e-6.
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 ApertureTime is invalid. |