appliedchemlabwork_tayra.A3.DataSet#
- class appliedchemlabwork_tayra.A3.DataSet(solution_conc: _AnyFloat, K: _AnyFloat, alpha: _AnyFloat, vol_sol: _Float1D, vol_solvent: _Float1D, t_0: _AnyFloat, t: _Float2D)[source]#
Base class for input data of this module.
- Parameters:
- solution_concfloat | floating[Any]
The concentration of the solution.
- Kfloat | floating[Any]
The
Kcoefficient of Mark-Houwink-Sakurada’s equation.- alphafloat | floating[Any]
The
alphacoefficient.- vol_sol_Float1D
The volumes of the solution.
- vol_solvent_Float1D
The volumes of pure solvent.
- t_0float | floating[Any]
The passage time.
- t_Float2D
The times.
- Attributes:
- concs_Float1D
The concentrations.
- times_Float1D
The times elapsed while pass between the lines.
- __init__(solution_conc: _AnyFloat, K: _AnyFloat, alpha: _AnyFloat, vol_sol: _Float1D, vol_solvent: _Float1D, t_0: _AnyFloat, t: _Float2D) None[source]#
Methods
__init__(solution_conc, K, alpha, vol_sol, ...)