dump — writes the entire content of a DataHub instance to a file.
(dump filename)
filename
The name of the file to write to.
A message indicating success or error. Please refer to Return Syntax for details.
This command dumps the contents of a DataHub instance to a file. The results are listed by domain, data types, and assemblies.
You can create a dump of the DataHub instance's current point list by issuing this command in the Script Log entry field:
datahub_command("(dump \"c:/temp/datahub.dump\")", 1)