# Slot: diagonal 


_Value written onto the diagonal of a `pairwise_distance` result, e.g. infinity to suppress self-connections. Omitted leaves the true zero self-distance in place._



<div data-search-exclude markdown="1">



URI: [tvbo:slot/diagonal](https://w3id.org/tvbo/slot/diagonal)
<!-- no inheritance hierarchy -->





## Applicable Classes

| Name | Description | Modifies Slot |
| --- | --- | --- |
| [ProcedureStep](../classes/ProcedureStep.qmd) | A single named step (or output) in a Procedure: one typed operation producing... |  no  |






## Properties

### Type and Range

| Property | Value |
| --- | --- |
| Range | [ScalarValue](../classes/ScalarValue.qmd) |
| Domain Of | [ProcedureStep](../classes/ProcedureStep.qmd) |

### Cardinality and Requirements

| Property | Value |
| --- | --- |
### Slot Characteristics

| Property | Value |
| --- | --- |
| Owner | [ProcedureStep](../classes/ProcedureStep.qmd) |












## Identifier and Mapping Information





### Schema Source


* from schema: https://w3id.org/tvbo




## Mappings

| Mapping Type | Mapped Value |
| ---  | ---  |
| self | tvbo:diagonal |
| native | tvbo:diagonal |




## LinkML Source

<details>
```yaml
name: diagonal
description: Value written onto the diagonal of a `pairwise_distance` result, e.g.
  infinity to suppress self-connections. Omitted leaves the true zero self-distance
  in place.
from_schema: https://w3id.org/tvbo
rank: 1000
owner: ProcedureStep
domain_of:
- ProcedureStep
range: ScalarValue

```
</details></div>