dump

dump — writes the entire content of a DataHub instance to a file.

Synopsis

(dump filename)
    

Arguments

filename

The name of the file to write to.

Returns

A message indicating success or error. Please refer to Return Syntax for details.

Description

This command dumps the contents of a DataHub instance to a file. The results are listed by domain, data types, and assemblies.

Example

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)