Skip to content

Commit

Permalink
update markdown and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sH4MbLe5 committed Oct 18, 2023
1 parent 4cb8931 commit 3155c0b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ datamodel_b07_tc/schemes
todo.txt

# test notebook to try new things
test_notebook.ipynb
test_notebook.ipynb

#test notebook for dexpi
dexpi_test.ipynb
18 changes: 9 additions & 9 deletions specifications/datamodel_b07_tc.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ This is another object that represents the author of the dataset. Please note, t
### PlantSetup

- equipment
- Type: Device
- Type: Equipment
- Multiple: True
- Description: bla
- piping_network_system
Expand All @@ -81,13 +81,13 @@ This is another object that represents the author of the dataset. Please note, t

- manufacturer
- Type: string
- Description: name of the manufacturer of the device.
- Description: name of the manufacturer of the equipment.
- equipment_type
- Type: string
- Description: type given by the manufacturer of the device.
- Description: type given by the manufacturer of the equipment.
- series
- Type: string
- Description: the series of the device.
- Description: the series of the equipment.
- on_off
- Type: boolean
- Description: operational mode of the flow module. True is on and False is off.
Expand Down Expand Up @@ -164,13 +164,13 @@ This is another object that represents the author of the dataset. Please note, t

- manufacturer
- Type: string
- Description: name of the manufacturer of the device.
- Description: name of the manufacturer of the Piping component.
- equipment_type
- Type: string
- Description: type given by the manufacturer of the device.
- Description: type given by the manufacturer of the Piping component.
- series
- Type: string
- Description: the series of the device.
- Description: the series of the Piping component.
- on_off
- Type: boolean
- Description: operational mode of the flow module. True is on and False is off.
Expand Down Expand Up @@ -448,9 +448,9 @@ INERTGAS = "Inert Gas"
```


### DeviceList
### EquipmentList

List of devices that are part of a plant.
List of equipment that are part of a plant.

```python
MASSFLOWCONTROLLER = "Mass flow controller"
Expand Down

0 comments on commit 3155c0b

Please sign in to comment.