|   | 
Methods defined here: 
- __init__(self, magic_number, name)
 - One argument.  When initialised from the config file it'll
 
receive a string, but we'll treat it as the string representation 
of an integer.  
- updateConfig(self, config)
 - This is the should be called when the instrument object is
 
deleted.  Takes a config object as argument, and attempts to 
set the magic_number option in the config.  
 |