:py:mod:`lager_pcb.instrument_wrap` =================================== .. py:module:: lager_pcb.instrument_wrap Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: lager_pcb.instrument_wrap.InstrumentWrap lager_pcb.instrument_wrap.InstrumentWrapKeithley .. py:exception:: InstrumentError Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:class:: InstrumentWrap(instr) .. py:property:: timeout .. py:method:: _check_errors(response) .. py:method:: query(q, *, check_errors=True, raw=False) .. py:method:: write(cmd, *, check_errors=True) .. py:class:: InstrumentWrapKeithley(instr) Bases: :py:obj:`InstrumentWrap` .. py:method:: get_questionable_instrument_event_register() .. py:method:: get_qie_errors() .. py:method:: _check_errors(response)