sunpeek.core_methods.virtuals.radiation.same_orientation#
- sunpeek.core_methods.virtuals.radiation.same_orientation(*args)#
Checks whether two radiation sensors or arrays have same tilt & orientation.
- Parameters:
args (
Sensor
orArray
)- Return type:
True if either all args are horizontal (tilt==0)
ortilt
andorientation are all the same.