Skip to content

Commit

Permalink
docs: update SEPTIC documentation (#413)
Browse files Browse the repository at this point in the history
Autogenerated from SEPTIC repository

Co-authored-by: mortenfre <mortenfre@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and mortenfre authored Dec 6, 2023
1 parent 328ae5f commit a0f2394
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/calcs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Commit: d99095d
# Commit: 75c6de0
- detailedDescription: Computes the absolute value
name: abs
parameters:
Expand Down
83 changes: 82 additions & 1 deletion public/objectsDoc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Commit: d99095d
# Commit: 75c6de0
- attributes:
- calc: false
dataType: enum
Expand Down Expand Up @@ -7584,3 +7584,84 @@
name: ExprProc
parents:
- System
- attributes:
- calc: false
dataType: int
default:
- '0'
description: Step to triggering event
enums: []
list: false
name: N
noCnfg: false
postfix: []
tags: []
- calc: false
dataType: int
default:
- '0'
description: For repeated trigging of event, specifies cycle length
enums: []
list: false
name: Ncycle
noCnfg: false
postfix: []
tags: []
description: Events/triggers for change of SEPTIC parameters
name: Event
parents:
- System
- attributes:
- calc: false
dataType: int
default:
- '12'
description: Cols to use in a gridded group
enums: []
list: false
name: Cols
noCnfg: false
postfix: []
tags: []
- calc: false
dataType: enum
default: []
description: Lock the group for changes
enums:
- 'ON'
- 'OFF'
list: false
name: Locked
noCnfg: false
postfix: []
tags: []
- calc: false
dataType: enum
default:
- Playback
description: Controls data transport to SEPTIC
enums:
- BaseCase
- Playback
- Playback_nomode
list: false
name: Mode
noCnfg: false
postfix: []
tags: []
- calc: false
dataType: int
default:
- '20'
description: Rows to use in a gridded group
enums: []
list: false
name: Rows
noCnfg: false
postfix: []
tags: []
description: Filedata process, playback or basecase comparison of .dta file. ID
of FdtaProc is the filename
name: FdtaProc
parents:
- System

0 comments on commit a0f2394

Please sign in to comment.