vault backup: 2025-12-12 15:11:12
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
id:
|
||||
aliases: []
|
||||
title: Breakdown Objects
|
||||
tags:
|
||||
- authorship/original
|
||||
- destiny/fleeting
|
||||
@@ -9,7 +10,6 @@ tags:
|
||||
- topic/estimating
|
||||
- topic/software
|
||||
- type/idea
|
||||
title: Breakdown Objects
|
||||
---
|
||||
# Breakdown Objects
|
||||
|
||||
@@ -64,10 +64,13 @@ equipment of the same type is assumed to be evenly spaced.
|
||||
|
||||
![[location-vs-scope.excalidraw]]
|
||||
|
||||
MDPB is physically _located_ in "Bldg A",
|
||||
but serves only loads in "Bldg B".
|
||||
MDPB is physically _located_ in Building A,
|
||||
but serves only loads in Building B.
|
||||
|
||||
```
|
||||
location = "Bldg A"
|
||||
scope = "Bldg B"
|
||||
location = Buildings["Building A"]
|
||||
scope = Buildings["Building B"]
|
||||
```
|
||||
|
||||
Were Building B removed from the contract scope,
|
||||
it can be expected that MDPB would be as well.
|
||||
|
||||
Reference in New Issue
Block a user