09-08-2018 12:32 PM
Hi,
I have some question which I am struggling with, I have to read the device NED type from the device module. Almost all NEDs returns with position 0 from the keys the correct NED type except IOS-XR NED the position of the NED type is not 0 but 3 which confuses my python code:
Here is an overview of the device modules:
This is what I read in Python:
Solved! Go to Solution.
09-09-2018 06:01 AM
You cant without modifying your code. The module list isn't an "ordered-by user" list so there is not guarantee to what order the list will be returned in.
09-09-2018 06:01 AM
You cant without modifying your code. The module list isn't an "ordered-by user" list so there is not guarantee to what order the list will be returned in.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide