ConType

class bapsflib._hdf.ConType(value)

Bases: Enum

Enum of Control Device Types

Attributes Summary

motion

type for motion control devices

power

type for power control devices

timing

type for timing control devices

waveform

type for waveform control devices

Attributes Documentation

motion = 'motion'

type for motion control devices

power = 'power'

type for power control devices

timing = 'timing'

type for timing control devices

waveform = 'waveform'

type for waveform control devices