swot_simulator.settings.NumberOfBeams¶
-
class
swot_simulator.settings.NumberOfBeams(value, *args, **kwargs)[source]¶ Bases:
intHandle the number of beams
-
__init__()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
Number of bits necessary to represent self in binary.
Returns self, the complex conjugate of any int.
NumberOfBeams.from_bytes(byteorder, *[, signed])Return the integer represented by the given array of bytes.
NumberOfBeams.to_bytes(length, byteorder, *)Return an array of bytes representing an integer.
NumberOfBeams.__new__(cls, value, *args, …)Create and return a new object.
Attributes
the denominator of a rational number in lowest terms
the imaginary part of a complex number
the numerator of a rational number in lowest terms
the real part of a complex number
-