Skip to content

Two unresolved references in code #4

Description

@RonFredericks

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'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions