Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Module madsci.common.nodes

Helpers and utilities for working with MADSci nodes.

Functions

check_node_capability(node_info: madsci.common.types.node_types.NodeInfo, capability: str, client: madsci.client.node.abstract_node_client.AbstractNodeClient | None = None) ‑> bool
Check if a node (and/or it’s corresponding client) indicates it has a specific capability.