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
sessionsBundle
DigitalSessionsBundleThe DigitalSessionsBundle object.
timeSet
stringThe name of the time set.
format
DriveFormatThe drive format of the time set.
driveOn
doubleThe delay from the beginning of the vector period for turning on the pin driver.
driveData
doubleThe delay from the beginning of the vector period until the pattern data is driven to the pattern value.
driveReturn
doubleThe delay from the beginning of the vector period until the pin changes from the pattern data to the return value.
driveOff
doubleThe 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
DigitalSessionsBundleThe DigitalSessionsBundle object.
timeSet
stringThe name of the time set.
format
DriveFormatThe drive format of the time set.
driveOn
doubleThe delay from the beginning of the vector period for turning on the pin driver.
driveData
doubleThe delay from the beginning of the vector period until the pattern data is driven to the pattern value.
driveReturn
doubleThe delay from the beginning of the vector period until the pin changes from the pattern data to the return value.
driveOff
doubleThe delay from the beginning of the vector period to turn off the pin driver.
driveData2
doubleThe delay from the beginning of the vector period until the pattern data is driven to the second pattern value.
driveReturn2
doubleThe delay from the beginning of the vector period until the pin changes from the second pattern data to the return value.