Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nodeAmplitudeGet function calls setter #6

Open
anderson-pa opened this issue May 1, 2019 · 0 comments
Open

nodeAmplitudeGet function calls setter #6

anderson-pa opened this issue May 1, 2019 · 0 comments

Comments

@anderson-pa
Copy link

Querying the AnalogOut for the amplitude raises an error: TypeError: required argument 'vAmplitude' missing, which appears to be caused by a typo in the definition:

def nodeAmplitudeGet(self, idxChannel, node):
    return _l.FDwfAnalogOutNodeAmplitudeSet(self.hdwf, idxChannel, node)
def nodeModulationGet(self, idxChannel, node):
    return _l.FDwfAnalogOutNodeAmplitudeSet(self.hdwf, idxChannel, node)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant