/// <summary> /// Set the On/Off state of the math operation /// </summary> public void SetMathDisplay(OnOff display) { Write(":MATH:DISPlay " + display.SetterDescription()); }
public void SetBwLimit(OnOff value) { _oscilloscope.Write(":CHAN" + _channelID + ":BWLimit " + value.SetterDescription()); }