Device Output¶
- class DeviceOutput(mixed_signal)[source]¶
Bases:
HDFSerializable
Base class for the output of a device.
- Parameters:
mixed_signal (Signal) – Mixed signal emerging from the device.
- property carrier_frequency: float¶
Carrier frequency at which the device operates.
Returns: Carrier frequency in Hz.
- property emerging_signals: Sequence[Signal]¶
Models of electromagnetic signals generated by the device.
Returns: List of signal models.