pub unsafe extern "C" fn SoapySDRDevice_getFrequencyComponent(
    device: *const SoapySDRDevice,
    direction: c_int,
    channel: usize,
    name: *const c_char
) -> f64
Expand description

Get the frequency of a tunable element in the chain. \param device a pointer to a device instance \param direction the channel direction RX or TX \param channel an available channel on the device \param name the name of a tunable element \return the tunable element’s frequency in Hz