34 lines
603 B
Plaintext
34 lines
603 B
Plaintext
deviceDesc = "humdity cell simulation"
|
|
|
|
makenv hc -driver hcell
|
|
|
|
makenv t -driver simramp 20 15 100 10 1
|
|
|
|
makenv t_cem -driver simramp 20 15 150
|
|
|
|
makenv t_tube -driver simramp 20 15 150
|
|
|
|
makenv fg -driver simramp 100 3 775.8
|
|
|
|
makenv fw -driver simramp 1 1 100
|
|
|
|
makenv rh -driver simramp 10 1 95
|
|
|
|
makenv p -driver simramp 1000 900 1200
|
|
|
|
GraphAdd fg g/h
|
|
GraphAdd fw g/h
|
|
GraphAdd fg.set g/h
|
|
GraphAdd fw.set g/h
|
|
GraphAdd hc.x n
|
|
GraphAdd rh %
|
|
GraphAdd hc.rh_reg %
|
|
GraphAdd hc.rh_set %
|
|
GraphAdd hc.rh_delta n
|
|
GraphAdd t C
|
|
GraphAdd t.reg C
|
|
GraphAdd t_cem C
|
|
GraphAdd t_tube C
|
|
GraphAdd hc.t0 C
|
|
GraphAdd p mbar
|