dops
dops
¶
MCP tool definitions for DOP (dynamics/simulation) operations.
Functions:
| Name | Description |
|---|---|
get_dop_field |
Read a specific field value from a DOP record. |
get_dop_object |
Get detailed data for a specific DOP object. |
get_dop_relationships |
List all relationships between DOP objects. |
get_sim_memory_usage |
Get detailed memory breakdown for the simulation. |
get_simulation_info |
Get DOP network simulation state. |
list_dop_objects |
List all DOP objects in a simulation. |
reset_simulation |
Reset the simulation to its initial state. |
step_simulation |
Advance the simulation by a number of frames. |
Functions¶
get_dop_field
async
¶
get_dop_field(
ctx: Context,
node_path: str,
object_name: str,
data_path: str,
field_name: str,
) -> dict
Read a specific field value from a DOP record.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
|
str
|
DOP network node path. |
required |
|
str
|
DOP object name. |
required |
|
str
|
Dot-separated subdata path (e.g. "Geometry", "Forces/Gravity"). |
required |
|
str
|
Field name to read. |
required |