moler.events.scpi package

Submodules

moler.events.scpi.genericscpi_lineevent module

Generic Scpi module

class moler.events.scpi.genericscpi_lineevent.GenericScpiLineEvent(detect_patterns, connection=None, till_occurs_times=-1, match='any', runner=None)

Bases: moler.events.lineevent.LineEvent

moler.events.scpi.genericscpi_textualevent module

Generic Scpi module

class moler.events.scpi.genericscpi_textualevent.GenericScpiTextualEvent(connection=None, till_occurs_times=-1, runner=None)

Bases: moler.events.textualevent.TextualEvent

Module contents

Package for implementing SCPI events.