Device Input

Inheritance diagram of hermespy.core.device.DeviceInput
class DeviceInput(impinging_signals)[source]

Bases: HDFSerializable

Receive information required by devices.

Parameters:

impinging_signals (Union[Signal, List[Signal]]) – Signals to be processed by the device.

property impinging_signals: Sequence[Signal]

Signals to be processed by the device.

Returns: List of signal models.

property num_impinging_signals: int

Number of signals impinging onto the device.

Returns: Signal model count.