smps.SMPS.copy#

SMPS.copy()#

Return a copy of the GenericParticleSizer.

Examples

>>> obj = GenericParticleSize(data=df)
>>> cpy = obj.copy()