This shows you the differences between two versions of the page.
| logicpython:cubloc_api:tadin [2026/04/10 02:06] – created - external edit 127.0.0.1 | logicpython:cubloc_api:tadin [2026/04/10 02:36] (current) – removed mfranklin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== TADIn ====== | ||
| - | |||
| - | Read the average of 10 '' | ||
| - | |||
| - | ===== Syntax ===== | ||
| - | |||
| - | <code python> | ||
| - | from cubloc import TADIn | ||
| - | |||
| - | TADIn(channel: | ||
| - | </ | ||
| - | |||
| - | ===== Parameters ===== | ||
| - | |||
| - | * **channel**: | ||
| - | |||
| - | ===== Return Value ===== | ||
| - | |||
| - | Returns the integer average of 10 consecutive '' | ||
| - | |||
| - | ===== Exceptions ===== | ||
| - | |||
| - | * [[https:// | ||
| - | * [[https:// | ||
| - | |||
| - | ===== Example ===== | ||
| - | |||
| - | <code python> | ||
| - | from cubloc import TADIn | ||
| - | |||
| - | # Example usage | ||
| - | result = TADIn(0) | ||
| - | print(result) | ||
| - | </ | ||
| - | |||
| - | ===== Related APIs ===== | ||
| - | |||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||