Creo™ Schematics 4.0 Help Center > Working with Designs > Datatables and Datasets > CSV File Format > Example: Parameters File
  
Example: Parameters File
Type,parameters
Name,Description,Type,Units,Constraint,Value_list,Value_range
Manufacturer,This is the manufacturer of the object,string,,Constrained,,
Speed,The nominal speed the object runs at,real,RPM,Constrained,,"[0,4000]"
Offset,,integer,,constrained,[unset],"[-200,200]"
Cardinality,,string,,unconstrained,"[1..N,0..N,1,N,0..1]",
The above sample file produces the parameters shown in the following table:
Type
Name
Parameters
Type
Description
Units
Constrained
Value List
Value Range
Cardinality
!string
[1..N,0..N,1,N,0..1]
UNSET
Manufacturer
!string
The manufacturer of the object
No
UNSET
UNSET
Offset
!integer
Yes
[UNSET]
[-200,200]
Speed
!real
The nominal speed of the object
RPM
Yes
UNSET
[0.00,4000.00]