Skip to content
Snippets Groups Projects
Commit d2ccfea7 authored by Taya Snijder's avatar Taya Snijder
Browse files

Merge branch '2021-04-16-Branched_from_master-INI_file_device' of...

Merge branch '2021-04-16-Branched_from_master-INI_file_device' of https://git.astron.nl/lofar2.0/tango into 2021-04-16-Branched_from_master-INI_file_device
parents 56e103b4 9522544d
No related branches found
No related tags found
1 merge request!24Resolve #2021 "04 16 branched from master ini file device"
...@@ -32,8 +32,9 @@ import os ...@@ -32,8 +32,9 @@ import os
class ini_client(CommClient): class ini_client(CommClient):
""" """
this class provides an example implementation of a comms_client. This class provides an example implementation of a comms_client.
Durirng initialisation it creates a correctly shaped zero filled value. on read that value is returned and on write its modified.
During initialisation, it creates a correctly shaped zero-filled value. On read, that value is returned, and on write it is modified.
""" """
def start(self): def start(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment