output_file_format
- property Workspace.output_file_format
Output file format.
This variable sets the format for output files. It could be set to:
“ascii”: for plain xml files
“zascii”: for zipped xml files
“binary”: for binary.
To change the value of this variable use the workspace methods
output_file_formatSetAscii()
,output_file_formatSetZippedAscii()
, andoutput_file_formatSetBinary()
Default value
"ascii"
Workspace methods that can generate output_file_format
Workspace methods that require output_file_format
Generic workspace methods that can generate or use output_file_format
- type:
WorkspaceVariable
- holds typeString