pymepix.channel package

Submodules

pymepix.channel.channel_types module

class pymepix.channel.channel_types.ChannelDataType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Bases: Enum

CENTROID = 'centroid'
COMMAND = 'comm'
PIXEL = 'pixel'
TOF = 'tof'
class pymepix.channel.channel_types.Commands(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Bases: Enum

START_RECORD = 'start_record'
STOP_RECORD = 'stop_record'

pymepix.channel.client module

class pymepix.channel.client.Client(channel_address, callback=None, queue_maxsize=4)[source]

Bases: Thread

get_queue()[source]
public_address()[source]
register(channel_address)[source]
run()[source]

Method representing the thread’s activity.

You may override this method in a subclass. The standard run() method invokes the callable object passed to the object’s constructor as the target argument, if any, with sequential and keyword arguments taken from the args and kwargs arguments, respectively.

stop()[source]

pymepix.channel.data_channel module

class pymepix.channel.data_channel.Data_Channel[source]

Bases: Thread

public_address()[source]
register(api_address)[source]
run()[source]

Method representing the thread’s activity.

You may override this method in a subclass. The standard run() method invokes the callable object passed to the object’s constructor as the target argument, if any, with sequential and keyword arguments taken from the args and kwargs arguments, respectively.

send(data_type, data)[source]
send_data_by_message_type(message_type, data)[source]
stop()[source]
unregister()[source]

Module contents