from_kilo_hertz method

from_kilo_hertz

Returns a Frequency object that is represented in kiloHertz.

Returns

Returns a Frequency object.

def from_kilo_hertz(self, value):
    ...
ParameterTypeDescription
valuefloatThe value.

See Also