📝 docs(tsl): sync api skill with corrected codegen

Mirror docs/tsl/codegen into the bundled tsl-api-reference skill and rebuild the function index.

Remove invalid duplicate API entries for cb_delistedbydate, createhttpsession, exportJsonString, and Anova_Bartlett so exact lookup returns the canonical entries.
This commit is contained in:
csh
2026-07-07 16:47:03 +08:00
parent bbf6977f57
commit c0bf0358e0
278 changed files with 45212 additions and 35782 deletions
@@ -1,6 +1,6 @@
# 数据仓库 / 系统参数设置和获取函数
### `cyclefilter()`
## `cyclefilter()`
设置周期过滤器以及集合竞价分离器。它是系统参数键,不是函数调用。
@@ -10,30 +10,28 @@
返回:any
### `getSysParam(param_name)`
## `getSysParam(param_name)`
返回系统参数的值。
| 参数 | 类型 | 说明 |
| ----------- | ---------- | ------------------------ |
| 参数 | 类型 | 说明 |
| ------------ | ---------- | ------------------------ |
| `param_name` | widestring | 字符串类型,系统参数名。 |
返回:any
### `setSysParam(param_name, param_value)`
## `setSysParam(param_name, param_value)`
设置系统参数,既对本地执行有效,也对平台执行有效。
| 参数 | 类型 | 说明 |
| ------------ | ---------- | ------------------------ |
| 参数 | 类型 | 说明 |
| ------------- | ---------- | ------------------------ |
| `param_name` | WideString | 字符串类型,系统参数名。 |
| `param_value` | olevariant | 要设置的系统参数值。 |
返回:any
### `nDay()`
## `nDay()`
整数类型,NDAY默认返回的点数系统参数,读写。