Skip to content

nodeAmplitudeGet function calls setter #6

@anderson-pa

Description

@anderson-pa

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)

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