This shows you the differences between two versions of the page.
| logicpython:cubloc_api:puta [2026/04/10 02:06] – created - external edit 127.0.0.1 | logicpython:cubloc_api:puta [2026/04/10 04:05] (current) – removed mfranklin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== PutA ====== | ||
| - | |||
| - | Send a byte '' | ||
| - | |||
| - | ===== Syntax ===== | ||
| - | |||
| - | <code python> | ||
| - | from cubloc import PutA | ||
| - | |||
| - | PutA(channel: | ||
| - | </ | ||
| - | |||
| - | ===== Parameters ===== | ||
| - | |||
| - | * **channel**: | ||
| - | * **array**: Source byte '' | ||
| - | * **byteLength**: | ||
| - | |||
| - | ===== Example ===== | ||
| - | |||
| - | <code python> | ||
| - | from cubloc import PutA | ||
| - | |||
| - | # Example usage | ||
| - | PutA(0, [1, 2, 3], 1) | ||
| - | </ | ||
| - | |||
| - | ===== Related APIs ===== | ||
| - | |||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||