How to model multiple channel distribution amplifier #21772
Unanswered
joecox1603
asked this question in
Help Wanted!
Replies: 1 comment
-
|
Which profile did you use on the cable to IN_1? I tried briefly using the 1C6P profile and it seems to work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m trying to model a multi‑channel distribution amplifier that receives several coaxial inputs and replicates each input signal across multiple outputs. The device behaves like this:
IN_1 → OUT_1_1, OUT_1_2, OUT_1_3, OUT_1_4, OUT_1_5
IN_2 → OUT_2_1, OUT_2_2, OUT_2_3, OUT_2_4, OUT_2_5
IN_3 → OUT_3_1, OUT_3_2, OUT_3_3, OUT_3_4, OUT_3_5
Each input is independently split to its corresponding set of outputs.
To represent this, I created rear ports with 5 positions, each mapped to 5 front ports. Functionally this matches how the hardware works, and I can sometimes get cable‑path tracing to work.
However, I’m running into some issues:
Before I assume this is simply a limitation of how NetBox handles one‑to‑many rear‑port mappings (and not really having directionality to cables), I wanted to ask:
Is there a better or recommended way to model this type of multi‑channel distribution amplifier?
Or is this style of one‑to‑many signal fanout inherently outside the scope of NetBox’s cable‑tracing model?
Any guidance would be appreciated.
Front Ports:

Rear Ports:

Beta Was this translation helpful? Give feedback.
All reactions