Source code for instruments.TL2500MultiDummy

'''
Dummy holder for the multimeter attached to the TL2500 prober system
'''

[docs]class TL2500MultiDummy(object): def __init__(self, res_manager, address='0.0.0.0'): pass
[docs] def whoAmI(): return 'ProberMulti'