Straightforward implementation
    
      - High-level view of Version C:
        
          - additional output m of class component
            
              - gets routed to previous class
 
            
           
          - complete model
            
          
 
          - how to combine normal input and m?
            
              - different timing → simple addition doesn't work
 
              - TimeSwitch: routes
                inputs according to time (half oder integer)
 
            
           
        
       
      - Implementation of Class C:
        
          - add a Binomial block for
            the downgraders m
 
          - subtract m internally using
            another TimeSwitch
 
          - realisation of different sample times
            
              - Unit Delay gets sample
                time [1/2, 0]
 
              - Rate Transition 1 to sample time [1, 0] for
                "transferred"
 
              - Rate Transition 2 to sample time 
[1, 1/2] for
                "downgraded" 
            
           
          - complete component
            
              
                
Colors: red [0.5 0], green [1.0 0],
                  blue [1.0 0.5], yellow hybrid