Creo™ Schematics 4.0 帮助中心 > 使用设计 > 数据表和数据集 > CSV 文件格式 > 示例:参数文件
  
示例:参数文件
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]",
以上示例文件将产生下表中所显示的参数:
类型
名称
参数
类型
说明
单位
受约束
值列表
值范围
基数
!string
[1..N,0..N,1,N,0..1]
UNSET
制造商
!string
对象的制造商
未约束
UNSET
UNSET
偏移
!integer
已约束
[UNSET]
[-200,200]
速度
!real
对象的公称速度
RPM
已约束
UNSET
[0.00,4000.00]