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

Get the value of an individual amplification element in a 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 an amplification element \return the value of the gain in dB