Table of Contents

Method ConfigureTimeSetDriveEdges

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital
Assembly
NationalInstruments.SemiconductorTestLibrary.Extensions.dll

ConfigureTimeSetDriveEdges(DigitalSessionsBundle, string, DriveFormat, double, double, double, double)

Configures the drive format and drive edge placement.

public static void ConfigureTimeSetDriveEdges(this DigitalSessionsBundle sessionsBundle, string timeSet, DriveFormat format, double driveOn, double driveData, double driveReturn, double driveOff)

Parameters

sessionsBundle DigitalSessionsBundle

The DigitalSessionsBundle object.

timeSet string

The name of the time set.

format DriveFormat

The drive format of the time set.

driveOn double

The delay from the beginning of the vector period for turning on the pin driver.

driveData double

The delay from the beginning of the vector period until the pattern data is driven to the pattern value.

driveReturn double

The delay from the beginning of the vector period until the pin changes from the pattern data to the return value.

driveOff double

The delay from the beginning of the vector period to turn off the pin driver.

ConfigureTimeSetDriveEdges(DigitalSessionsBundle, string, DriveFormat, double, double, double, double, double, double)

Configures the drive format and drive edge placement.

public static void ConfigureTimeSetDriveEdges(this DigitalSessionsBundle sessionsBundle, string timeSet, DriveFormat format, double driveOn, double driveData, double driveReturn, double driveOff, double driveData2, double driveReturn2)

Parameters

sessionsBundle DigitalSessionsBundle

The DigitalSessionsBundle object.

timeSet string

The name of the time set.

format DriveFormat

The drive format of the time set.

driveOn double

The delay from the beginning of the vector period for turning on the pin driver.

driveData double

The delay from the beginning of the vector period until the pattern data is driven to the pattern value.

driveReturn double

The delay from the beginning of the vector period until the pin changes from the pattern data to the return value.

driveOff double

The delay from the beginning of the vector period to turn off the pin driver.

driveData2 double

The delay from the beginning of the vector period until the pattern data is driven to the second pattern value.

driveReturn2 double

The delay from the beginning of the vector period until the pin changes from the second pattern data to the return value.