Adams Basic Package > Adams View > View Command Language > file > file enhanced_data_set write (.eds)

file enhanced_data_set write (.eds)

Allows you to write an enhanced_data_set from Adams

Format:

 
file enhanced_data_set write
entity_names =
an existing adams entities
file_name =
string
format =
encoded, plain_text, pretty_text
suppress_defaults =
Boolean
inverse_define_objects =
Adams entity/object
full_name_strings =
string
partial_name_strings =
string
header_comments =
string
ignore_fields =
string

Example:

 
file adams_data_set write &
file_name =
"c:\model.adm" &
model_name =
model_1 &
length =
mm

Description:

 
Parameter
Value Type
Description
entity_names
An Existing Adams entities
Specifies an existing Adams entity name
file_name
String
Specifies the name of the file that is to be written
format
encoded, plain_text, pretty_text
Specifies the format to write EDS file
suppress_defaults
Boolean
Specifies the suppress default yes or no
inverse_define_objects
An existing Adams object
Specifies as existing Adams object
full_name_strings
String
Specifies the full name string
partial_name_strings
String
Specifies the partial name string
header_comments
String
Specifies the header comment for EDS file
ignore_fields
String
Specifies the fields to be ignore
 
Note:  
EDS file format is not portable between versions of Adams View.