hvl_ccb.dev.fluke884x.constants

Inheritance diagram of hvl_ccb.dev.fluke884x.constants

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'