nanotune.drivers.dac_client

nanotune.drivers.dac_client.message_parser(mips: DACInterface, message: str) str[source]

A very crude proof-of-principle way of making the mips do something based on a message. The idea is that we send ‘parametername;value’ for set or ‘parametername;?’ for a query. ONLY works for float values.

Returns:

class nanotune.drivers.dac_client.DACClient[source]

Bases: object

PORT = 7780
send(message: str) None[source]

Send a message to the server