dump_object node

Dumps the content of an Amino::Object into a file.

Inputs

object [in]

The Amino::Object to dump. It passes through unchanged.

filename [in]

The name of the dump file.

folder [in]

Optional folder for saving the log file. If this is not specified, the file is written to your temp directory.

sample_size [in]

If greater than 0, a data sample of the specified size is dumped for each component.

rtServices [in]

runtime services

Outputs

out_object [out]

The unchanged Amino::Object input.

log_file_path [out]

Full log file path.