Skip to content

Commit

Permalink
Merge pull request #7 from PyMoDAQ/hotfix/create_aichannel
Browse files Browse the repository at this point in the history
Hotfix/create aichannel
  • Loading branch information
seb5g authored Nov 21, 2024
2 parents d4d58af + 6dd5aed commit d078267
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def update_task(self, channels=[], clock_settings=ClockSettings(), trigger_setti
for channel in channels:
if channel.source == 'Analog_Input': #analog input
if channel.analog_type == "Voltage":
err_code = self._task.CreateAIVoltageChan(channel.name, "analog voltage task",
err_code = self._task.CreateAIVoltageChan(channel.name, "",
DAQ_termination[channel.termination].value,
channel.value_min,
channel.value_max,
Expand Down
2 changes: 1 addition & 1 deletion src/pymodaq_plugins_daqmx/resources/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1
0.4.0

0 comments on commit d078267

Please sign in to comment.