        /**********************************************************************/
        /*                FAKE CAROUSEL DESCRIPTION                       */
        /**********************************************************************/
        //in the autochanger standalone subsystem the fake carousel is a switch which
        //simulates that carousel holds a filter at STANDBY 

                carousel(FakeFilterHolder,
                        argMap(
                            a("plutoGatewayName", acPlutoGatewayName),
                            ref("carouselHoldingFilterSensor"),
                        ))
                    {//begin description of fakeCarousel's children 
                        carouselHoldingFilterSensor(CanOpenNumericSensor ,
                            argMap(
                            a("dioName",acPlutoGatewayName),
                            a("inputNumero", 5),
                            a("byteNumero", 4),
                        ))
                    }//end description of fakeCarousel's children

        /**********************************************************************/
        /*                END of FAKE CAROUSEL DESCRIPTION                 */
        /**********************************************************************/

