Session Manager
- Updated2024-11-26
- 1 minute(s) read
Session Manager
Use Session Manager to obtain instrument sessions. Session Manager returns a reference to the session object with the name you specify. If the session object you specify does not yet exist, Session Manager creates it and returns a reference to the new session. You can also query the names and categories of available sessions.
Session Manager is a single instance, in-process server that is globally available to all software components in the process.
Various types of modules in an application can use Session Manager to obtain instrument session objects and configuration information, as shown in the following figure.
Application modules can also use an instrument session to obtain instrument API handles, as shown in the following figure.