Hello, thanks to chain_code, I can get RIC name through a very easy way .Bellow is an example
dl,e=ek.get_data('0#.HSI',["DSPLY_NAME"])
dl
and the result is
but when I try the "0#.KS200", there is no data
dl,e=ek.get_data('0#.KS200',["DSPLY_NAME"])
dl
anyone knows about it?
Thanks