libgs.protocols.protocolbase.ProtocolTest.send_bytes¶
-
ProtocolTest.
send_bytes
(data)[source]¶ Send a sequence of bytes to the satellite.
The bytes are exactly as entered by the operator when creating the schedule. It is the expectation that any handshaking or protocol-headers are added in this class and not left for the operator to do manually.
However, there are no requirements as the bytes are passed through directly from the schedule to this method.
The method shall raise an exception upon failure.
Parameters: - data – The bytes to transmit
- wait – Whether or not to wait for the upload to complete.
Returns: None