.. SPDX-FileCopyrightText: 1992-2026 NWO-I/SRON Space Research Organisation Netherlands .. .. SPDX-License-Identifier: CC-BY-4.0 .. _pyapi-reset: Reset command ------------- Quickly reset the data, model or both. This command will delete all the loaded instruments, all the loaded model components, or both. .. automethod:: pyspex.spex.spex.Spex.reset Examples:: >>> s.reset('data') >>> s.reset('model')