Skip to main content

Bus

GetComponentBusPorts

GetComponentBusPorts(components) => [InputPort[], OutputPort[]]<InputPort[], OutputPort[]>

For use in component bussing (#1056): Gathers all the ports of the given components that should be bus'd together.

Parameters

  •  components: Component[] – The component to get the ports of.

Returns

  •   [InputPort[], OutputPort[]]<InputPort[], OutputPort[]> – A tuple of the input and output ports to bus.

Bus

Bus(outputPorts, inputPorts) => GroupAction

Description needed

Parameters

  •  outputPorts: OutputPort[]Description needed

  •  inputPorts: InputPort[]Description needed

Returns