@@ -61,6 +61,7 @@ def read_many_sample_double(
6161 indefinitely. If you set timeout to 0, the method tries
6262 once to read the requested samples and returns an error
6363 if it is unable to.
64+
6465 Returns:
6566 int:
6667
@@ -148,6 +149,7 @@ def read_many_sample_pulse_frequency(
148149 indefinitely. If you set timeout to 0, the method tries
149150 once to read the requested samples and returns an error
150151 if it is unable to.
152+
151153 Returns:
152154 int:
153155
@@ -233,6 +235,7 @@ def read_many_sample_pulse_ticks(
233235 indefinitely. If you set timeout to 0, the method tries
234236 once to read the requested samples and returns an error
235237 if it is unable to.
238+
236239 Returns:
237240 int:
238241
@@ -318,6 +321,7 @@ def read_many_sample_pulse_time(
318321 indefinitely. If you set timeout to 0, the method tries
319322 once to read the requested samples and returns an error
320323 if it is unable to.
324+
321325 Returns:
322326 int:
323327
@@ -395,6 +399,7 @@ def read_many_sample_uint32(
395399 indefinitely. If you set timeout to 0, the method tries
396400 once to read the requested samples and returns an error
397401 if it is unable to.
402+
398403 Returns:
399404 int:
400405
@@ -432,6 +437,7 @@ def read_one_sample_double(self, timeout=10):
432437 indefinitely. If you set timeout to 0, the method tries
433438 once to read the requested samples and returns an error
434439 if it is unable to.
440+
435441 Returns:
436442 float: Indicates a single floating-point sample from the
437443 task.
@@ -452,6 +458,7 @@ def read_one_sample_pulse_frequency(self, timeout=10):
452458 indefinitely. If you set timeout to 0, the method tries
453459 once to read the requested samples and returns an error
454460 if it is unable to.
461+
455462 Returns:
456463 nidaqmx.types.CtrFreq:
457464
@@ -475,6 +482,7 @@ def read_one_sample_pulse_ticks(self, timeout=10):
475482 indefinitely. If you set timeout to 0, the method tries
476483 once to read the requested samples and returns an error
477484 if it is unable to.
485+
478486 Returns:
479487 nidaqmx.types.CtrTick:
480488
@@ -498,6 +506,7 @@ def read_one_sample_pulse_time(self, timeout=10):
498506 indefinitely. If you set timeout to 0, the method tries
499507 once to read the requested samples and returns an error
500508 if it is unable to.
509+
501510 Returns:
502511 nidaqmx.types.CtrTime:
503512
@@ -521,6 +530,7 @@ def read_one_sample_uint32(self, timeout=10):
521530 indefinitely. If you set timeout to 0, the method tries
522531 once to read the requested samples and returns an error
523532 if it is unable to.
533+
524534 Returns:
525535 int:
526536
0 commit comments