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
sessionsBundleDigitalSessionsBundleThe DigitalSessionsBundle object.
timeSetstringThe name of the time set.
formatDriveFormatThe drive format of the time set.
driveOndoubleThe delay from the beginning of the vector period for turning on the pin driver.
driveDatadoubleThe delay from the beginning of the vector period until the pattern data is driven to the pattern value.
driveReturndoubleThe delay from the beginning of the vector period until the pin changes from the pattern data to the return value.
driveOffdoubleThe 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
sessionsBundleDigitalSessionsBundleThe DigitalSessionsBundle object.
timeSetstringThe name of the time set.
formatDriveFormatThe drive format of the time set.
driveOndoubleThe delay from the beginning of the vector period for turning on the pin driver.
driveDatadoubleThe delay from the beginning of the vector period until the pattern data is driven to the pattern value.
driveReturndoubleThe delay from the beginning of the vector period until the pin changes from the pattern data to the return value.
driveOffdoubleThe delay from the beginning of the vector period to turn off the pin driver.
driveData2doubleThe delay from the beginning of the vector period until the pattern data is driven to the second pattern value.
driveReturn2doubleThe delay from the beginning of the vector period until the pin changes from the second pattern data to the return value.