get_band_node#

Revision.get_band_node(band_name: str) Band#

Get a Band node by name.

Parameters:
band_name: str

The name of the Band node to get.

Returns:
band: Band

The Band node with the specified name, or None if no such node exists.