Solved
Mapkey to select two cable locations for create branch bundle feature
- December 16, 2025
- 1 reply
- 244 views
- I want to implement a macro to select two location points and create a branch bundle feature. However, the selection tool doesn't seem to be working properly, as shown in the figure below. Each time, only one location point can be added, and it's impossible to add two location points to the selected list.
- The help documentation states that when creating a branch bundle, you need to hold down the CTRL key to select two locations. Is there any way to programmatically select two locations? Or is it possible to create a branch bundle using Toolkit?
- The macro content is as follows, but it doesn't work as expected.
- ~ Command `ProCmdMdlTreeSearch` ;
- ~ Select `selspecdlg0` `RuleTab` 1 `Misc`;\
- ~ Select `selspecdlg0` `RuleTypes` 1 `All`;\
- ~ Activate `selspecdlg0` `EvaluateBtn`;\
- ~ Select `selspecdlg0` `ResultList` 1 `5:67:[6375]`;\
- ~ Activate `selspecdlg0` `ApplyBtn`;\
- ~ Select `selspecdlg0` `ResultList` 1 `70:67:[6375]`;\
- ~ Activate `selspecdlg0` `ApplyBtn`;\
- ~ Activate `selspecdlg0` `CancelButton`;\

