feat(tsl-api-reference): add class and framework API lookup

This commit is contained in:
csh
2026-08-20 13:49:55 +08:00
parent 7233646398
commit 651c1f68d2
637 changed files with 25498 additions and 36673 deletions
@@ -25,7 +25,7 @@ setsysparam(pn_stock(), "SH600000");
Exp := @reportofall(9900002, GetSysParam('DefaultRepID'));
ReportID := 20211231;
N := 8;
return RobustACCOfNReport2(Exp, ReportID, N); // -0.2568
return RobustACCOfNReport2(Exp, ReportID, N); // 输出:-0.2568
```
## `avgOfNReport2(exp, report_id, n)`
@@ -53,7 +53,7 @@ setsysparam(pn_stock(), "SH600000");
Exp := @reportofall(46002, GetSysParam('DefaultRepID'));
ReportID := 20211231;
N := 8;
return AvgOfNReport2(Exp, ReportID, N); // 122912375000
return AvgOfNReport2(Exp, ReportID, N); // 输出:122912375000
```
## `robustACCOfNReport2(exp, report_id, n)`
@@ -81,7 +81,7 @@ setsysparam(pn_stock(), "SH600000");
Exp := @reportofall(9900002, GetSysParam('DefaultRepID'));
ReportID := 20211231;
N := 8;
return RobustACCOfNReport2(Exp, ReportID, N); // -0.2568
return RobustACCOfNReport2(Exp, ReportID, N); // 输出:-0.2568
```
## `robustGrowthOfNReport2(exp, report_id, n)`
@@ -109,7 +109,7 @@ setsysparam(pn_stock(), "SH600000");
Exp := @reportofall(9900002, GetSysParam('DefaultRepID'));
ReportID := 20211231;
N := 8;
return RobustGrowthOfNReport2(Exp, ReportID, N); // -0.3269
return RobustGrowthOfNReport2(Exp, ReportID, N); // 输出:-0.3269
```
## `stdOfNReport2(exp, report_id, n)`
@@ -137,7 +137,7 @@ setsysparam(pn_stock(), "SH600000");
Exp := @reportofall(46002, GetSysParam('DefaultRepID'));
ReportID := 20211231;
N := 8;
return StdOfNReport2(Exp, ReportID, N); // 56286669451.8528
return StdOfNReport2(Exp, ReportID, N); // 输出:56286669451.8528
```
## `sumOfNReport2(exp, report_id, n)`
@@ -165,5 +165,5 @@ setsysparam(pn_stock(), "SH600000");
Exp := @reportofall(46002, GetSysParam('DefaultRepID'));
ReportID := 20211231;
N := 8;
return SumOfNReport2(Exp, ReportID, N); // 983299000000
return SumOfNReport2(Exp, ReportID, N); // 输出:983299000000
```