in lab/app_ggv2/turbine.py [0:0]
def is_noise_enabled(self, typ):
""" Returns the status of the 'inject noise' buttons (pressed or not)"""
assert(typ == 'Vol' or typ == 'Rot' or typ == 'Vib')
idx = 0
if typ == 'Vol': idx = 0
elif typ == 'Rot': idx = 1
elif typ == 'Vib': idx = 2
return False