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
sessionsBundleDigitalSessionsBundleThe DigitalSessionsBundle object.
timeSetstringThe name of the time set.
edgeTimeSetEdgeThe edge of the time set to configure.
timedoubleThe 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
sessionsBundleDigitalSessionsBundleThe DigitalSessionsBundle object.
timeSetstringThe name of the time set.
edgeTimeSetEdgeThe 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
sessionsBundleDigitalSessionsBundleThe DigitalSessionsBundle object.
timeSetstringThe name of the time set.
edgeTimeSetEdgeThe edge of the time set to configure.
timePinSiteData<double>The time of the edge to configure for different site-pin pairs.