hvl_ccb.dev.fluke884x.constants

digraph inheritance361a40b55f { bgcolor=transparent; rankdir=TB; size=""; "CCBError" [URL="../hvl_ccb.error.html#hvl_ccb.error.CCBError",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "DeviceError" [URL="../hvl_ccb.dev.base.html#hvl_ccb.dev.base.DeviceError",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "CCBError" -> "DeviceError" [arrowsize=0.5,style="setlinewidth(0.5)"]; "Enum" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",tooltip="An enumeration."]; "Fluke8845aCheckError" [URL="../hvl_ccb.dev.fluke884x.constants.html#hvl_ccb.dev.fluke884x.constants.Fluke8845aCheckError",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "Fluke8845aError" -> "Fluke8845aCheckError" [arrowsize=0.5,style="setlinewidth(0.5)"]; "Fluke8845aError" [URL="../hvl_ccb.dev.fluke884x.constants.html#hvl_ccb.dev.fluke884x.constants.Fluke8845aError",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "DeviceError" -> "Fluke8845aError" [arrowsize=0.5,style="setlinewidth(0.5)"]; "Fluke8845aUnknownCommandError" [URL="../hvl_ccb.dev.fluke884x.constants.html#hvl_ccb.dev.fluke884x.constants.Fluke8845aUnknownCommandError",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "Fluke8845aError" -> "Fluke8845aUnknownCommandError" [arrowsize=0.5,style="setlinewidth(0.5)"]; "MeasurementFunction" [URL="../hvl_ccb.dev.fluke884x.constants.html#hvl_ccb.dev.fluke884x.constants.MeasurementFunction",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Page 40"]; "ValueEnum" -> "MeasurementFunction" [arrowsize=0.5,style="setlinewidth(0.5)"]; "StrEnumBase" [URL="../hvl_ccb.utils.enum.html#hvl_ccb.utils.enum.StrEnumBase",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="String representation-based equality and lookup."]; "Enum" -> "StrEnumBase" [arrowsize=0.5,style="setlinewidth(0.5)"]; "TriggerSource" [URL="../hvl_ccb.dev.fluke884x.constants.html#hvl_ccb.dev.fluke884x.constants.TriggerSource",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Page 57"]; "ValueEnum" -> "TriggerSource" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ValueEnum" [URL="../hvl_ccb.utils.enum.html#hvl_ccb.utils.enum.ValueEnum",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Enum with string representation of values used as string representation, and with"]; "StrEnumBase" -> "ValueEnum" [arrowsize=0.5,style="setlinewidth(0.5)"]; }

Constants, ValueEnum: MeasurementFunction and TriggerSoruce Descriptors for range, filter and aperture

exception Fluke8845aCheckError[source]

Bases: Fluke8845aError

exception Fluke8845aError[source]

Bases: DeviceError

exception Fluke8845aUnknownCommandError[source]

Bases: Fluke8845aError

class MeasurementFunction(value=<no_arg>, names=None, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Bases: ValueEnum

Page 40

Sets the Meter function. This command must be followed by the INIT and FETCh? commands to cause the meter to take a measurement.

CURRENT_AC = 'CURR:AC'
CURRENT_DC = 'CURR'
DIODE = 'DIOD'
FOUR_WIRE_RESISTANCE = 'FRES'
FREQUENCY = 'FREQ'
PERIOD = 'PER'
TWO_WIRE_RESISTANCE = 'RES'
VOLTAGE_AC = 'VOLT:AC'
VOLTAGE_DC = 'VOLT'
class TriggerSource(value=<no_arg>, names=None, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Bases: ValueEnum

Page 57

BUS: Sets the Meter to expect a trigger through the IEEE-488 bus or
upon execution of a *TRG command
IMM: Selects Meter's internal triggering system
EXT: Sets the Meter to sense triggers through the trigger jack on the rear
panel of the Meter
BUS = 'BUS'
EXTERNAL = 'EXT'
IMMEDIATE = 'IMM'