This shows you the differences between two versions of the page.
| logicpython:cubloc_api:freqout [2026/04/10 02:06] – created - external edit 127.0.0.1 | logicpython:cubloc_api:freqout [2026/04/10 03:01] (current) – removed mfranklin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== FreqOut ====== | ||
| - | |||
| - | '' | ||
| - | |||
| - | ===== Syntax ===== | ||
| - | |||
| - | <code python> | ||
| - | from cubloc import FreqOut | ||
| - | |||
| - | FreqOut(channel: | ||
| - | </ | ||
| - | |||
| - | ===== Parameters ===== | ||
| - | |||
| - | * **channel**: | ||
| - | * **freqValue**: | ||
| - | |||
| - | ===== Exceptions ===== | ||
| - | |||
| - | * [[https:// | ||
| - | * [[https:// | ||
| - | |||
| - | ===== Example ===== | ||
| - | |||
| - | <code python> | ||
| - | from cubloc import FreqOut | ||
| - | |||
| - | # Example usage | ||
| - | FreqOut(0, 1) | ||
| - | </ | ||
| - | |||
| - | ===== Related APIs ===== | ||
| - | |||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||