Skip to content

Commit

Permalink
Add datetime import line
Browse files Browse the repository at this point in the history
  • Loading branch information
DeborahOoi96 committed Jan 30, 2024
1 parent ef00fbb commit d030b1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from nidaqmx.constants import (
Coupling, DigitalPatternCondition, DigitalWidthUnits, Edge, Slope,
Timescale, TriggerType, WindowTriggerCondition1)
from datetime import datetime


class StartTrigger:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ from nidaqmx.system.physical_channel import _PhysicalChannelAlternateConstructor
from nidaqmx.constants import (
${', '.join([c for c in enums_used]) | wrap(4, 4)})
%endif
from datetime import datetime


class StartTrigger:
Expand Down

0 comments on commit d030b1d

Please sign in to comment.