send_product_to¶
- pyvo.samp.send_product_to(conn, url, mtype, client_name=None, name='data')[source]¶
sends SAMP messages to load data.
This is a helper for send_spectrum_to and send_image_to, which work exactly analogous to each other, except that the mtypes are different.
If dest_client_id, this is a broadcast (and we don’t wait for any responses). If dest_client_id is given, we wait for acknowledgement by the receiver.