ReceiverFeedBackendConnection
ReceiverFeedBackendConnection Schema¶
Description: Physical signal wiring between a receiver feed and a radio backend.
A property of the two devices, independent of any spectrometer grouping —
instrument membership lives on ``RadioSpectrometer.receiver_id``. Both
polarization products of a dual feed are assumed to route to the same
backend (feed-level, not per-hand, granularity).
Properties¶
| Name | Type | Description |
|---|---|---|
| id | Integer |
No description |
| is_active | Boolean |
No description |
| receiver_feed_id | Integer |
No description |
| radio_backend_id | Integer |
No description |
Relationships¶
| Relationship Name | Type |
|---|---|
| receiver_feed | ReceiverFeed |
| radio_backend | RadioBackend |