Skip to content

Examples | Feat | Add Multiplexed Connections Example Sequence#427

Open
mathankumarvenkat wants to merge 10 commits intomainfrom
users/Soliton/user/mvenkat/stl_add_mux_example_sequence_file
Open

Examples | Feat | Add Multiplexed Connections Example Sequence#427
mathankumarvenkat wants to merge 10 commits intomainfrom
users/Soliton/user/mvenkat/stl_add_mux_example_sequence_file

Conversation

@mathankumarvenkat
Copy link
Collaborator

@mathankumarvenkat mathankumarvenkat commented Mar 9, 2026

What does this Pull Request accomplish?

This PR adds a new MultiplexedConnection sequence example.

  • Adds the full example files under Examples/source/Sequence/MultiplexedConnection:
    • STLExample.MultiplexedConnection.seq (.pinmap, .offlinecfg)
    • README.md
    • Code Modules (MultiplexedDMMRead.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?

  • The STLExample.MultiplexedConnection.seq runs successfully.

Message on opening STLExample.MultiplexedConnection.seq in Test Stand

image

…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
foreach (var switchName in switchNames)
{
tsmContext.SetSwitchSession(multiplexerTypeId, switchName, null);
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

 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

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the logic as per the suggestion.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keeping this thread open for Lorna's input

@Shalini-Subramanian Shalini-Subramanian marked this pull request as ready for review March 13, 2026 08:22
…into users/Soliton/user/mvenkat/stl_add_mux_example_sequence_file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants