VariantMV
Represents a variant object (MV).
Import
python
from pyptp.elements.mv import VariantMVProperties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
general | General | Yes | - | |
variant_items | list[VariantItem] | No | [] |
General
General properties for a variant.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
name | str | No | "" | |
description | str | No | "" | |
message | str | No | "" | |
related_scenarios | str | No | "" |
VariantItem
Variant item.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
date | int | No | 0 | |
vision_object | Guid | No | NIL_GUID | |
present | bool | No | False | |
comment | str | No | "" |
Referenced Types
General
General properties for a variant.
Defined in pyptp.elements.mv.variant
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
name | str | No | "" | |
description | str | No | "" | |
message | str | No | "" | |
related_scenarios | str | No | "" |
VariantItem
Variant item.
Defined in pyptp.elements.mv.variant
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
date | int | No | 0 | |
vision_object | Guid | No | NIL_GUID | |
present | bool | No | False | |
comment | str | No | "" |