This shows you the differences between two versions of the page.
| logicpython:cubloc_api:put [2026/04/10 02:06] – created - external edit 127.0.0.1 | logicpython:cubloc_api:put [2026/04/10 04:04] (current) – removed mfranklin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Put ====== | ||
| - | |||
| - | Send an integer value as 1 to 4 little-endian bytes. | ||
| - | |||
| - | ===== Syntax ===== | ||
| - | |||
| - | <code python> | ||
| - | from cubloc import Put | ||
| - | |||
| - | Put(channel: | ||
| - | </ | ||
| - | |||
| - | ===== Parameters ===== | ||
| - | |||
| - | * **channel**: | ||
| - | * **data**: Integer value to send. | ||
| - | * **byteLength**: | ||
| - | |||
| - | ===== Example ===== | ||
| - | |||
| - | <code python> | ||
| - | from cubloc import Put | ||
| - | |||
| - | # Example usage | ||
| - | Put(0, 1, 1) | ||
| - | </ | ||
| - | |||
| - | ===== Related APIs ===== | ||
| - | |||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||