06-28-2017 08:18 AM
Hello,
I'm working with Diadem 2015.
I have converted a BLF file into tdm. I have some channel groups that correspond to my multiplexer mode.
I would like to access to the properties CANBusNumber and CANDBName with a script. What is the syntax to access to this properties? A syntax like Data.Root.ChannelGroups(1).Properties("CANBusNumber").Value does not seem to exist ?
Kind regards,
Xavier
06-28-2017 09:35 AM
Hello Xavier,
just show the property in the DataPortal. Then Drag & Drop the property to a script. When you drop, DIAdem will generate the script snippet required to access the property.
Hope that helps
06-28-2017 04:36 PM
Hello Andreas,
Yes it works perfect. Thanks for your help.
Regards,
Xavier