07-08-2020 04:16 PM
Hello,
I'm relatively new here, and need some rather intense help on a very basic subject. I'm trying to convert data channels imported into Diadem from a .sdf file into python dictionaries. It would be incredibly helpful if I could assign the recording intervals as the keys and the corresponding channel data as the values. I am aware of a file which creates a Plugin class, and have looked through the functions attached to the class. I just don't know how to properly alter the generic text of the Plugin functions to become useful, or how to call the function for a channel.
I'll attach the generic plugin file below. thanks for the help in advance.
07-09-2020 07:04 AM
BTapp,
Many questions come to mind for this request.
1) Are you using DIADem 2020 and the python scripting?
2) Are you trying to script this in python or vbs? (Either one can make a dictionary as requested)
3) Are you using a custom SDF dataplugin to get data into Dataportal in DIAdem?
4) The data from Channel you are wanting to put into Value of Dictionary. Will the value be an Array or json encoded array?
Anyway, just wanted some clarification to allow time estimation, before decided attached myself to task.
Paul
ps. Am quite familiar with a SDF file data plugin, Not sure if this is your SDF format.