pygrenade_vx.network.abstract.MADCRecorder

class pygrenade_vx.network.abstract.MADCRecorder

Bases: _pygrenade_vx_network_abstract.Recorder

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: _pygrenade_vx_network_abstract.MADCRecorder, shape: pygrenade_common.MultiIndexSequence, time_domain: pygrenade_common.TimeDomainOnTopology) -> None

Construct MADC recorder with specified number of channels and time-domain.

  1. __init__(self: _pygrenade_vx_network_abstract.MADCRecorder, arg0: _pygrenade_vx_network_abstract.MADCRecorder) -> None

Methods

__init__(*args, **kwargs)

Overloaded function.

copy(self)

create_empty_results(self, batch_size)

get_input_ports(self)

Get input ports of MADC recorder.

get_output_ports(self)

Get output ports of MADC recorder.

move(self)

valid_output_port_data(self, …)

Only MADCRecorder results are valid at output port 0.

class Results

Bases: pygrenade_common.Recorder.Results

batch_size(self: _pygrenade_vx_network_abstract.MADCRecorder.Results)int
copy(self: _pygrenade_vx_network_abstract.MADCRecorder.Results)pygrenade_common.PortData
move(self: _pygrenade_vx_network_abstract.MADCRecorder.Results)pygrenade_common.PortData
property samples
set_section(self: _pygrenade_vx_network_abstract.MADCRecorder.Results, results: pygrenade_common.Recorder.Results, sequence: pygrenade_common.MultiIndexSequence)None
size(self: _pygrenade_vx_network_abstract.MADCRecorder.Results)int
copy(self: _pygrenade_vx_network_abstract.MADCRecorder)pygrenade_common.Vertex
create_empty_results(self: _pygrenade_vx_network_abstract.MADCRecorder, batch_size: int)pygrenade_common.Recorder.Results
get_input_ports(self: _pygrenade_vx_network_abstract.MADCRecorder)list[pygrenade_common.Vertex.Port]

Get input ports of MADC recorder. The MADC recorder has one input port of samples to be recorded from recordable sources (port index 0).

get_output_ports(self: _pygrenade_vx_network_abstract.MADCRecorder)list[pygrenade_common.Vertex.Port]

Get output ports of MADC recorder. The MADC recorder has one output port of recorded samples (port index 0).

move(self: _pygrenade_vx_network_abstract.MADCRecorder)pygrenade_common.Vertex
valid_output_port_data(self: _pygrenade_vx_network_abstract.MADCRecorder, output_port_on_vertex: int, recording: pygrenade_common.PortData)bool

Only MADCRecorder results are valid at output port 0.