Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update SEPTIC documentation for latest #540

Merged
merged 1 commit into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 802e23c
commit: 486dda4
version: latest
94 changes: 92 additions & 2 deletions public/latest/objectsDoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@
- 'On'
- 'Off'
tags: []
- calc: false
- calc: true
dataType: float
default:
- '0'
Expand Down Expand Up @@ -843,7 +843,7 @@
- 'On'
- 'Off'
tags: []
- calc: false
- calc: true
dataType: float
default:
- '0'
Expand Down Expand Up @@ -1200,6 +1200,7 @@
name: Cvr
parents:
- SmpcAppl
- MPCAppl
- attributes:
- calc: false
dataType: variable
Expand Down Expand Up @@ -1643,6 +1644,7 @@
name: Dvr
parents:
- SmpcAppl
- MPCAppl
- attributes:
- calc: false
dataType: variable
Expand Down Expand Up @@ -3071,6 +3073,93 @@
name: ListMeas
parents:
- Table
- attributes:
- calc: false
dataType: enum
default:
- STOPPED
description: Desired mode for MPC
enums:
- STOPPED
- TRACKING
- ADVISORY
- ACTIVE
list: false
name: DesMode
noCnfg: false
postfix: []
tags: []
- calc: false
dataType: int
default:
- '0'
description: Maximum number of subsequent failed steps before changing mode to
TRACKING
enums: []
list: false
name: FailMax
noCnfg: false
postfix: []
tags: []
- calc: false
dataType: float
default:
- 1e-10
description: QP feasibility tolerance
enums: []
list: false
name: FeasTol
noCnfg: false
postfix: []
tags: []
- calc: false
dataType: int
default:
- '80'
description: Lenght of model optimisation horizon
enums: []
list: false
name: Nhorz
noCnfg: false
postfix: []
tags: []
- calc: false
dataType: int
default:
- '80'
description: Length of prediction horizon in samples
enums: []
list: false
name: Npred
noCnfg: false
postfix: []
tags: []
- calc: false
dataType: string
default:
- '""'
description: Free text description of object
enums: []
list: false
name: Text1
noCnfg: false
postfix: []
tags: []
- calc: false
dataType: string
default:
- '""'
description: Free text description of object
enums: []
list: false
name: Text2
noCnfg: false
postfix: []
tags: []
description: SEPTIC MPC Application, MPCAppl version
name: MPCAppl
parents:
- System
- attributes:
- calc: false
dataType: int
Expand Down Expand Up @@ -3940,6 +4029,7 @@
name: Mvr
parents:
- SmpcAppl
- MPCAppl
- attributes:
- calc: false
dataType: variable
Expand Down