PhysicalConnectionResponseBatch
Kind: Class
Domain: Physical connections
Canonical import: from cadflow import PhysicalConnectionResponseBatch
Signature
class PhysicalConnectionResponseBatch(backend: 'str', responses: 'tuple[PhysicalConnectionResponse, ...]', length_unit: 'str', force_unit: 'str', time_unit: 'str') -> None
Description
PhysicalConnectionResponseBatch(backend: 'str', responses: 'tuple[PhysicalConnectionResponse, ...]', length_unit: 'str', force_unit: 'str', time_unit: 'str')
Other public imports
from cadflow.physical import PhysicalConnectionResponseBatch
Parameters
| Name | Type | Required | Default | Source description |
|---|---|---|---|---|
backend | 'str' | yes | - | Not explicitly described in the source docstring. |
responses | 'tuple[PhysicalConnectionResponse, ...]' | yes | - | Not explicitly described in the source docstring. |
length_unit | 'str' | yes | - | Not explicitly described in the source docstring. |
force_unit | 'str' | yes | - | Not explicitly described in the source docstring. |
time_unit | 'str' | yes | - | Not explicitly described in the source docstring. |
Returns
Type: None
The source docstring does not declare additional return semantics.
Errors
The source docstring does not declare a narrower exception contract. Invalid types, values, ownership, paths, or backend state may still raise the corresponding public error.
Data fields
| Name | Type | Default |
|---|---|---|
backend | 'str' | required |
responses | 'tuple[PhysicalConnectionResponse, ...]' | required |
length_unit | 'str' | required |
force_unit | 'str' | required |
time_unit | 'str' | required |
Public members
| Member | Kind | Signature | Description |
|---|---|---|---|
to_dict | method | (self) -> 'dict[str, Any]' | See the member signature. |
Behavior and constraints
- Instances are immutable dataclass values; update workflows return a replacement value.
Import check
from cadflow import PhysicalConnectionResponseBatch