-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
in file PyTektronixScope.py
Unresolved reference 1:
in line 184/184: def get_out_waveform_vertical_scale_factor(self):
return float(self.ask('%s:SCA?'%self.channel_name(channel)))
The reference to 'channel' is unresolved. I suspect the member function should include 'channel' as a parameter
Unresolved reference 2:
in lines 321/322: raise TektronixScopeError("Try to read channel %s which
is not selectecd"%(str(name)))
The reference to 'name' is not resolved. I suspect the variable 'name' should be 'channel'
Metadata
Metadata
Assignees
Labels
No labels