Method ConfigureTimeSetEdge
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Extensions.dll
ConfigureTimeSetEdge(DigitalSessionsBundle, string, TimeSetEdge, double)
Configures the edge of a time set.
public static void ConfigureTimeSetEdge(this DigitalSessionsBundle sessionsBundle, string timeSet, TimeSetEdge edge, double time)Parameters
sessionsBundleDigitalSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionsBundle object.
timeSetstring-
The name of the time set.
edgeTimeSetEdge-
The edge of the time set to configure.
timedouble-
The time of the edge to configure.
ConfigureTimeSetEdge(DigitalSessionsBundle, string, TimeSetEdge, SiteData<double>)
Configures the edge of a time set.
public static void ConfigureTimeSetEdge(this DigitalSessionsBundle sessionsBundle, string timeSet, TimeSetEdge edge, SiteData<double> time)Parameters
sessionsBundleDigitalSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionsBundle object.
timeSetstring-
The name of the time set.
edgeTimeSetEdge-
The edge of the time set to configure.
timeSiteData<double>-
The time of the edge to configure for different sites.
ConfigureTimeSetEdge(DigitalSessionsBundle, string, TimeSetEdge, PinSiteData<double>)
Configures the edge of a time set.
public static void ConfigureTimeSetEdge(this DigitalSessionsBundle sessionsBundle, string timeSet, TimeSetEdge edge, PinSiteData<double> time)Parameters
sessionsBundleDigitalSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionsBundle object.
timeSetstring-
The name of the time set.
edgeTimeSetEdge-
The edge of the time set to configure.
timePinSiteData<double>-
The time of the edge to configure for different site-pin pairs.