Method ConfigureTimeSetDriveEdges
- 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
sessionsBundleDigitalSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionsBundle object.
timeSetstring-
The name of the time set.
formatDriveFormat-
The drive format of the time set.
driveOndouble-
The delay from the beginning of the vector period for turning on the pin driver.
driveDatadouble-
The delay from the beginning of the vector period until the pattern data is driven to the pattern value.
driveReturndouble-
The delay from the beginning of the vector period until the pin changes from the pattern data to the return value.
driveOffdouble-
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
sessionsBundleDigitalSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionsBundle object.
timeSetstring-
The name of the time set.
formatDriveFormat-
The drive format of the time set.
driveOndouble-
The delay from the beginning of the vector period for turning on the pin driver.
driveDatadouble-
The delay from the beginning of the vector period until the pattern data is driven to the pattern value.
driveReturndouble-
The delay from the beginning of the vector period until the pin changes from the pattern data to the return value.
driveOffdouble-
The delay from the beginning of the vector period to turn off the pin driver.
driveData2double-
The delay from the beginning of the vector period until the pattern data is driven to the second pattern value.
driveReturn2double-
The delay from the beginning of the vector period until the pin changes from the second pattern data to the return value.