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)
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: