gcmotion.Particle.quantities#
- Particle.quantities(which: str = '', everything: bool = False)#
Prints the pint Quantities of the object.
- Parameters:
- whichstr, optional
Options on which Quantities to print. Can include many options.
- “init” :
Prints all the Quantities defined upon the particle’s instanciation.
- “NU” or “SI”:
Print the respective subset of Quantities
Options can be chained together, for example “initNU”. Defaults to “” (prints all Quantites)
- everythingbool, optional
Whether or not to print all particle’s attributes, and not just Quantities. Ignores “which” arguement if True. Defaults to False.