Dr. Blom,
Thanks for your reply, however when I use:
...
vnlfile=VNLFile("file.vnl")
configs=vnlfile.readAtomicConfigurations()
twoprobe_config=configs[configs.keys()[0]]
I get:
Traceback (most recent call last):
File "Li_SW15_2-Trans.Spec.py", line 9, in ?
twoprobe_config=configs[configs.keys()[0]]
IndexError: list index out of range
And, when I try to get the configuration name using
...
vnlfile=VNLFile("file.vnl")
configs=vnlfile.readAtomicConfigurations()
print configs.keys()
I get only []
Besides that I have also used the configuration name in the Result Browser in VNL and again it gives KeyError.
Is there any other reason?
Thanks,