# Dummy
class Dummy(name: Union[str, NoneType] = None)
A fake component, used internally for testing.
WARNING
This component can be used in a non-dry run protocol execution. It does not do anything.
# Arguments
name
: The component's name.
# Attributes
name
: The component's name.active
: Whether the component is active. This doesn't actually mean anything.
← CrossMixer DummyPump →