libgs.groundstation.GroundStation.do_action

GroundStation.do_action(desc, *args, **kwargs)[source]

Ask the protocol to do something (to presumably do something with the satellites) without any restrictions. The args and kwargs are anything implemented in the protocol.

Note that when using this mode of transmission, logging is a bit trickier. This function will do the best it can but since it doesnt know much, that might not be very nice. Try to use the other function unless you have to do something fancy.

The desc parameter is required in order to put SOMETHING in the log.