Example #1
0
 /// <summary>
 /// Activates or deactivates the RF input attenuator. It is used to prevent overloading of the receiver with strong signals.
 /// </summary>
 /// <param name="state">Specified state.</param>
 /// <returns>Returns true if the specified state is set.</returns>
 public bool TryAttenuator(bool state)
 {
     return(G313Api.SetAtten(GetHandle(), state));
 }