music_event_out_proxy – Device to forward spikes to remote applications using MUSIC =================================================================================== Description +++++++++++ A ``music_event_out_proxy`` is used to send spikes to a remote application that also uses MUSIC. The ``music_event_out_proxy`` represents a complete MUSIC event output port. The channel on the port to which a source node forwards its events is determined during connection setup by using the parameter ``music_channel`` of the connection. The name of the port is set via SetStatus (see Parameters section below). This model is only available if NEST was compiled with MUSIC. Parameters ++++++++++ The following properties are available in the status dictionary: =========== ======= ======================================================== port_name string The name of the MUSIC output_port to forward events to (default: event_out) port_width integer The width of the MUSIC input port published boolean A bool indicating if the port has been already published with MUSIC =========== ======= ======================================================== The parameter port_name can be set using SetStatus. See also ++++++++ :doc:`Device `, :doc:`MUSIC `, :doc:`Spike `