Examples | Feat | Add Multiplexed Connections Example Sequence#427
Open
mathankumarvenkat wants to merge 10 commits intomainfrom
Open
Examples | Feat | Add Multiplexed Connections Example Sequence#427mathankumarvenkat wants to merge 10 commits intomainfrom
mathankumarvenkat wants to merge 10 commits intomainfrom
Conversation
…into users/Soliton/user/mvenkat/stl_add_mux_example_sequence_file
…into users/Soliton/user/mvenkat/stl_add_mux_example_sequence_file
…into users/Soliton/user/mvenkat/stl_add_mux_example_sequence_file
…into users/Soliton/user/mvenkat/stl_add_mux_example_sequence_file
Shalini-Subramanian
requested changes
Mar 12, 2026
...ltiplexedConnection/Code Modules/SetupAndCleanupSteps/InitializeGenericMultiplexerSession.cs
Outdated
Show resolved
Hide resolved
Examples/source/Sequence/MultiplexedConnection/STLExample.MultiplexedConnection.pinmap
Show resolved
Hide resolved
…into users/Soliton/user/mvenkat/stl_add_mux_example_sequence_file
Shalini-Subramanian
requested changes
Mar 13, 2026
...ltiplexedConnection/Code Modules/SetupAndCleanupSteps/InitializeGenericMultiplexerSession.cs
Outdated
Show resolved
Hide resolved
| foreach (var switchName in switchNames) | ||
| { | ||
| tsmContext.SetSwitchSession(multiplexerTypeId, switchName, null); | ||
| } |
Collaborator
There was a problem hiding this comment.
var sessions = tsmContext.GetAllSwitchSessions();
foreach (var session in sessions)
{
var switchSession = session as NISwitch;
switchSession?.Close();
}
I would prefer this way; I would like to get @lornazh 's thoughts on this
Collaborator
Author
There was a problem hiding this comment.
Updated the logic as per the suggestion.
Collaborator
There was a problem hiding this comment.
Keeping this thread open for Lorna's input
… session management
Shalini-Subramanian
approved these changes
Mar 13, 2026
…into users/Soliton/user/mvenkat/stl_add_mux_example_sequence_file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this Pull Request accomplish?
This PR adds a new
MultiplexedConnectionsequence example.Examples/source/Sequence/MultiplexedConnection:STLExample.MultiplexedConnection.seq(.pinmap,.offlinecfg)README.mdMultiplexedDMMRead.cs,.csproj,.sln)Why should this Pull Request be merged?
Adds an example implementation for using mutiplexed connections with STL.
Provides a example sequence, pin map, offline configuration, README, and code module files.
What testing has been done?
STLExample.MultiplexedConnection.seqruns successfully.Message on opening
STLExample.MultiplexedConnection.seqin Test Stand