Method WriteStatic
- Assembly
 - NationalInstruments.SemiconductorTestLibrary.Extensions.dll
 
WriteStatic(DigitalSessionsBundle, PinState)
Writes static state to target the pin(s) that will take effect immediately.
public static void WriteStatic(this DigitalSessionsBundle sessionsBundle, PinState state)
Parameters
sessionsBundleDigitalSessionsBundleThe DigitalSessionsBundle object.
statePinStateThe state to write.
Remarks
Use this method to write the same state on all sessions.
WriteStatic(DigitalSessionsBundle, SiteData<PinState>)
Writes static state to target the pin(s) that will take effect immediately.
public static void WriteStatic(this DigitalSessionsBundle sessionsBundle, SiteData<PinState> states)
Parameters
sessionsBundleDigitalSessionsBundleThe DigitalSessionsBundle object.
statesSiteData<PinState>The states to write for all sites.
Remarks
Use this method to write different states on different sites.
WriteStatic(DigitalSessionsBundle, PinSiteData<PinState>)
Writes static state to target the pin(s) that will take effect immediately.
public static void WriteStatic(this DigitalSessionsBundle sessionsBundle, PinSiteData<PinState> states)
Parameters
sessionsBundleDigitalSessionsBundleThe DigitalSessionsBundle object.
statesPinSiteData<PinState>The states to write for all site-pin pairs.
Remarks
Use this method to write different states for different site-pin pairs.