:py:mod:`lager_pcb.keithley_defines` ==================================== .. py:module:: lager_pcb.keithley_defines Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: lager_pcb.keithley_defines.Mode lager_pcb.keithley_defines.SimMethod .. py:class:: Mode Bases: :py:obj:`lager_pcb.visa_enum.VisaEnum` .. py:attribute:: Entry :annotation: = ENTR .. py:attribute:: PowerSupply :annotation: = POW .. py:attribute:: BatteryTest :annotation: = TEST .. py:attribute:: BatterySimulator :annotation: = SIM .. py:class:: SimMethod Bases: :py:obj:`lager_pcb.visa_enum.VisaEnum` .. py:attribute:: Static :annotation: = STAT .. py:attribute:: Dynamic :annotation: = DYN .. py:exception:: ConstantCurrentMode Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:method:: __str__() Return str(self). .. py:method:: __repr__() Return repr(self). .. py:exception:: ConstantVoltageMode Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:method:: __str__() Return str(self). .. py:method:: __repr__() Return repr(self). .. py:exception:: OvercurrentProtectionError Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:method:: __str__() Return str(self). .. py:method:: __repr__() Return repr(self). .. py:exception:: OvervoltageProtectionError Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:method:: __str__() Return str(self). .. py:method:: __repr__() Return repr(self). .. py:exception:: OvertemperatureProtectionError Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:method:: __str__() Return str(self). .. py:method:: __repr__() Return repr(self). .. py:exception:: SenseLeadsReversedError Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:method:: __str__() Return str(self). .. py:method:: __repr__() Return repr(self).