carputils.carpio.sv
.SVFilecarputils.carpio.sv.
SVFile
(filename, dtype, dsize, bigendian, nsamps=None)Read a single state variable (sv) file.
It’s unlikely that you will want to instantiate this class directly.
Correctly reading an sv file requires additional information found in the
header file, which is already done by SVSeries
.
close
()Close the file.
data
()Return the sv file contents as a numpy array.
dtype
()Return the file data type.
varname
()Return the variable name, determined from the read file name.