History ---------------------------------------- .. rubric:: SCPI Commands : .. index:: single: ACQuire:HISTory:STARt single: ACQuire:HISTory:STOP single: ACQuire:HISTory:CURRent single: ACQuire:HISTory:TPACq single: ACQuire:HISTory[:STATe] single: ACQuire:HISTory:REPLay single: ACQuire:HISTory:TSDate single: ACQuire:HISTory:TSABsolute single: ACQuire:HISTory:TSRelative single: ACQuire:HISTory:TSRReference single: ACQuire:HISTory:ISODate .. code-block:: python ACQuire:HISTory:STARt ACQuire:HISTory:STOP ACQuire:HISTory:CURRent ACQuire:HISTory:TPACq ACQuire:HISTory[:STATe] ACQuire:HISTory:REPLay ACQuire:HISTory:TSDate ACQuire:HISTory:TSABsolute ACQuire:HISTory:TSRelative ACQuire:HISTory:TSRReference ACQuire:HISTory:ISODate .. autoclass:: rsmxo.Implementations.Acquire.History.HistoryCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a copy of the original group, that exists independently history_copy = driver.acquire.history.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Acquire_History_Play.rst