📝 docs(tsl): add generated codegen reference

This commit is contained in:
csh
2026-07-07 16:34:27 +08:00
parent 014c23d386
commit 7046f0b60e
632 changed files with 160584 additions and 0 deletions
@@ -0,0 +1,34 @@
# 数据仓库函数 - 系统参数设置和获取函数
## 函数
### `spS(arg1, arg2)`
系统参数设置和获取函数相关函数。
| 参数 | 类型 | 说明 |
| ------ | ------ | ---- |
| `arg1` | string | |
| `arg2` | any | |
返回:any
### `spG(stock_id)`
系统参数设置和获取函数相关函数。
| 参数 | 类型 | 说明 |
| ---------- | ------ | ---- |
| `stock_id` | string | |
返回:any
### `cyclefilter()`
设置周期过滤器以及集合竞价分离器。它是系统参数键,不是函数调用。
| 参数 | 类型 | 说明 |
| ------- | ---- | ------------------------------------------------------------------------------------------------------------- |
| `value` | any | 通过 `setSysParam("cyclefilter", value)` 设置;`0` 取消过滤,`1` 过滤期货放假期间夜盘,`3` 新增集合竞价周期点 |
返回:any