-
Notifications
You must be signed in to change notification settings - Fork 4
EngineeredStructureDischarges
Doug Schmidt edited this page Aug 5, 2022
·
4 revisions
v20.3+ adds TabularCSV support for volumetric discharge activities.
The EngineeredStructureDischarge definition derives from the DischargeActivity definition, and includes all of the base class properties.
| 53 Properties | Required | Description |
|---|---|---|
| All 47 properties | N | 47 inherited DischargeActivity properties. |
| SectionDischarge | N | If omitted, the TotalDischarge property value of the DischargeActivity will be used. |
| StructureType | N | If set, must be one of these values: - Unknown (default value)- Flume - Weir - Other
|
| StructureEquation | N | The equation used to model the structure's discharge. |
| MeanHead | N | The mean head value used to compute the discharge. |
|
Reading Readings |
N | A list of head readings. |
| 10 Properties | Required | Description |
|---|---|---|
| Comment MergeWithComment MergeWithComments Time Times DateOnly TimeOnly Disabled - v21.4.12+ |
N | 8 inherited Activity properties. |
| IsUsed | N | If omitted, defaults to true. |
| Head | Y | The head value of the reading. |
- Test drive the plugin here
- Tabular CSV plugin overview
- Use with the FieldVisitHotFolderService
-
TOML Syntax
- Extracting property values from CSV
- Importing Excel files
- PrefaceRegex can grab values from anywhere
- Single or double brackets. Which is it?
- Use Aliases to transform your data
-
Configuration Fields
- Abstract classes
- Required Fields and Sparse Rows
- Disabled activities
- Locales and Encodings
- Configurable Picklists
- Configuration
- Visit
- ControlCondition
- Readings
- Calibrations
- Inspections
- LevelSurveys
- LevelSurveyMeasurements
- GageHeightMeasurements
- AdcpDischarges
- PanelDischargeSummaries
- MeterCalibrationEquations
- GageAtZeroFlow
- OtherDischarges
- VolumetricDischarges
- EngineeredStructureDischarges
- Examples
- Plugin Roadmap
- Plugin Limitations