Skip to content

Commit

Permalink
Autogenerated from SEPTIC repository
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenfre authored and github-actions[bot] committed Feb 22, 2024
1 parent ede6e51 commit 0ad1468
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@
"septic.documentation.version": {
"scope": "window",
"type": "string",
"enum": [
"latest",
"v2.88",
"v2.89"
],
"enum": [],
"default": "latest",
"description": "Select which version of Septic to use for documentation and diagnostics."
},
Expand Down
22 changes: 21 additions & 1 deletion public/latest/calcs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,9 @@
quality: GOOD
retr: 'Most future prediction point: Cvr.OptPred(last evaluation point)'
signature: cvpo(cvr)
- detailedDescription: Gets the future prediction point n sample ahead
- detailedDescription: "Gets the future prediction point n sample ahead. If n<1, prediction\
\ 1 step forward is given, if n>last\r\n evaluation point, then prediction at\
\ last evaluation (end value) is given"
name: cvpred
parameters:
- arity: '1'
Expand All @@ -399,6 +401,12 @@
description: Cvr
direction: in
name: cvr
- arity: '1'
datatype:
- value+
description: npred
direction: in
name: n
quality: GOOD
retr: 'Future prediction point n samples ahead: Cvr.OptPred(pAppl->N + n)'
signature: cvpred(cvr, n)
Expand Down Expand Up @@ -1181,6 +1189,18 @@
quality: GOOD if valid applid
retr: Use factor for application
signature: getapplusefactor(applID)
- detailedDescription: Get base value for given xvr
name: getbase
parameters:
- arity: '1'
datatype:
- xvr
description: Xvr
direction: in
name: xvr
quality: GOOD
retr: 'Base value: Xvr.Base'
signature: getbase(xvr)
- detailedDescription: Get current bias value for given cvr
name: getbias
parameters:
Expand Down
2 changes: 1 addition & 1 deletion public/latest/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
commit: b3b83aa
commit: 0ac9ce3
version: latest

0 comments on commit 0ad1468

Please sign in to comment.