This shows you the differences between two versions of the page.
| logicpython:cubloc_api:nop [2026/04/10 02:06] – created - external edit 127.0.0.1 | logicpython:cubloc_api:nop [2026/04/10 02:39] (current) – removed mfranklin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Nop ====== | ||
| - | |||
| - | Perform no operation. | ||
| - | |||
| - | ===== Syntax ===== | ||
| - | |||
| - | <code python> | ||
| - | from cubloc import Nop | ||
| - | |||
| - | Nop() | ||
| - | </ | ||
| - | |||
| - | ===== Example ===== | ||
| - | |||
| - | <code python> | ||
| - | from cubloc import Nop | ||
| - | |||
| - | # Example usage | ||
| - | Nop() | ||
| - | </ | ||
| - | |||
| - | ===== Related APIs ===== | ||
| - | |||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||