Table of Contents

Method ConfigureTimeSetEdge

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital
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 DigitalSessionsBundle

The DigitalSessionsBundle object.

timeSet string

The name of the time set.

edge TimeSetEdge

The edge of the time set to configure.

time double

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

sessionsBundle DigitalSessionsBundle

The DigitalSessionsBundle object.

timeSet string

The name of the time set.

edge TimeSetEdge

The 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 DigitalSessionsBundle

The DigitalSessionsBundle object.

timeSet string

The name of the time set.

edge TimeSetEdge

The edge of the time set to configure.

time PinSiteData<double>

The time of the edge to configure for different site-pin pairs.