You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In UserGuide InstrumentAbstraction.md TSMSessionManager description could be confusing.
Querying Sessions
In a given test code module, you should create a new instance of TSMSessionManager at the beginning of your test method and pass it to the ISemiconductorModuleContext object as an input.
ISemiconductorModuleContext object is input to TSMSessionManager.
@yanli-dev, thank you for pointing this out. I believe the text should've read:
Querying Sessions
In a given test code module, you should create a new instance of TSMSessionManager at the beginning of your test method and pass it the ISemiconductorModuleContext object as an input.
Please confirm this change would address your feedback, and we'll work it in as soon as possible.
Describe the bug
In UserGuide InstrumentAbstraction.md TSMSessionManager description could be confusing.
Querying Sessions
In a given test code module, you should create a new instance of TSMSessionManager at the beginning of your test method and pass it to the ISemiconductorModuleContext object as an input.
ISemiconductorModuleContext object is input to TSMSessionManager.
Also impact https://ni.github.io/semi-test-library-dotnet/UserGuide/InstrumentAbstraction.html
The text was updated successfully, but these errors were encountered: