Class DropMultiplexer

java.lang.Object
de.labAlive.core.wiringComponent.WiringComponent
de.labAlive.core.abstractSystem.System
de.labAlive.core.abstractSystem.mi.OnConditionStartableSystem
de.labAlive.baseSystem.MisoSystem
de.labAlive.system.miso.mux.DropMultiplexer
All Implemented Interfaces:
de.labAlive.system.System

public class DropMultiplexer extends de.labAlive.baseSystem.MisoSystem
Multiplexer with 2 inputs alternating switches input line to send to the output. Every 2nd input signal is not used. Can handle all signal types.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    de.labAlive.core.signal.Signal
     
    nextSignalPortNumber(int nextSignalPortNumber)
     

    Methods inherited from class de.labAlive.core.abstractSystem.mi.OnConditionStartableSystem

    getImplementation, setColdStartSignal

    Methods inherited from class de.labAlive.core.abstractSystem.System

    connect, doubleAttenuationProperty, doubleAttenuationProperty, doubleDbProperty, doubleDbProperty, doubleProperty, doubleProperty, getInWire, getOutWire, getOutWire, hide, hideSystemOnly, label, name, rebuild, set, show

    Methods inherited from class de.labAlive.core.wiringComponent.WiringComponent

    addSymbol, getMainParameters, getName, longName, name, name, notifyBeforeParameterChange, setStepInterceptor, setSymbol, setSymbolResolver, show, show, toString

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface de.labAlive.system.System

    addSymbol, longName, name, setStepInterceptor, setSymbol, show, show
  • Constructor Details

    • DropMultiplexer

      public DropMultiplexer()
  • Method Details

    • nextSignalPortNumber

      public DropMultiplexer nextSignalPortNumber(int nextSignalPortNumber)
    • getSignal

      public de.labAlive.core.signal.Signal getSignal()
      Specified by:
      getSignal in class de.labAlive.core.abstractSystem.mi.OnConditionStartableSystem