Rotating# class sofia_redux.scan.channels.rotating.rotating.Rotating[source]# Bases: ABC Methods Summary get_rotation() Return the channel rotation. rotate(angle) Rotate the channels. Methods Documentation abstractmethod get_rotation()[source]# Return the channel rotation. Returns: angleunits.Quantity abstractmethod rotate(angle)[source]# Rotate the channels. Parameters: angleunits.QuantityThe angle to rotate by. Returns: None