5 lines
86 B
Matlab
5 lines
86 B
Matlab
function v = pressure(tp)
|
|
% PRESSURE - Pressure [Pa].
|
|
%
|
|
|
|
v = thermo_get(tp.tp_id, 8);
|