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
sessionsBundle
DigitalSessionsBundleThe DigitalSessionsBundle object.
timeSet
stringThe name of the time set.
edge
TimeSetEdgeThe edge of the time set to configure.
time
doubleThe 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
sessionsBundle
DigitalSessionsBundleThe DigitalSessionsBundle object.
timeSet
stringThe name of the time set.
edge
TimeSetEdgeThe edge of the time set to configure.
time
SiteData<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
sessionsBundle
DigitalSessionsBundleThe DigitalSessionsBundle object.
timeSet
stringThe name of the time set.
edge
TimeSetEdgeThe edge of the time set to configure.
time
PinSiteData<double>The time of the edge to configure for different site-pin pairs.