Skip to content

Commit

Permalink
updated tdms logging example
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneDroid committed Jun 19, 2024
1 parent ecd2466 commit 2cc1b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/analog_in/voltage_acq_int_clk_tdms_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
with nidaqmx.Task() as task:
task.ai_channels.add_ai_voltage_chan("Dev1/ai0")
task.timing.cfg_samp_clk_timing(1000.0, sample_mode=AcquisitionType.FINITE, samps_per_chan=10)
task._in_stream.configure_logging(
task.in_stream.configure_logging(
"TestData.tdms", LoggingMode.LOG_AND_READ, operation=LoggingOperation.CREATE_OR_REPLACE
)

Expand Down

0 comments on commit 2cc1b3a

Please sign in to comment.