1 .. |dump.icon| image:: images/dump.png
6 The Dump feature allows exporting a current study to a Python script which dumps the study creation process as a sequence of Python commands.
8 It is possible to dump the current study state into a Python script. To dump a study:
10 #. select in the Main Menu *Part - > Dump* item or
11 #. click |dump.icon| **Dump** button in the toolbar.
13 The following property panel will be opened:
15 .. figure:: images/Dump_panel.png
18 **Dump property panel**
20 In this panel it is necessary to enter a file name directly or press **'...'** button and browse it with help of dump file dialog box:
22 .. figure:: images/DumpFileDlg.png
25 **Dump file dialog box**
27 **Apply** button writes the dump file.
29 **Cancel** button cancels the operation.
31 **TUI Command**: Is not supported.
36 The Result of the operation is a Python file.