NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalPpmu.ConfigureApertureTime Method

  • Updated2023-11-24
  • 1 minute(s) read
DigitalPpmu.ConfigureApertureTime Method

DigitalPpmuConfigureApertureTime Method

Sets the aperture time for the PPMU measurement.

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

Syntax

public void ConfigureApertureTime(
	double apertureTime,
	PpmuApertureTimeUnits units
)
Public Sub ConfigureApertureTime ( 
	apertureTime As Double,
	units As PpmuApertureTimeUnits
)

Parameters

apertureTime
Type: SystemDouble
The measurement aperture time for the PPMU.
units
Type: NationalInstruments.ModularInstruments.NIDigitalPpmuApertureTimeUnits
The units of the measurement aperture time.

Exceptions

ExceptionCondition
SelectorNameExceptionAn instance of DigitalPinSet references a pin or pin group name not loaded in the pin map.
OutOfRangeException
  1. The value for apertureTime is invalid.
  2. The value for units is invalid.

See Also

Log in to get a better experience