public void WhenISelectTheOutputsEnableButton()
 {
     AwgFGenWindow_functions.SelectOutputsEnableButton();
 }
 public void TheFGenChannelOutputEnableButtonShouldBe(string expectedState)
 {
     AwgFGenWindow_functions.FGenChannelOutputEnableButtonShouldBe(expectedState);
 }
 public void TheFGenEditControlValueShouldBe(string controlName, string value, string units = null)
 {
     AwgFGenWindow_functions.FGenEditControlValueShouldBe(value, units, controlName);
 }
 public void WhenIEnterAValueInTheFGenEditControl(string value, string units, string controlName)
 {
     AwgFGenWindow_functions.SetValueToFGenEditControl(value, units, controlName);
 }
 public void TheFGenEditControlValueShouldBe(string controlName, string expectedState)
 {
     AwgFGenWindow_functions.FGenWaveformShapeButtonShouldBe(controlName, expectedState);
 }
 public void WhenISelectTheSignalTypeButton(string type)
 {
     AwgFGenWindow_functions.SelectFGenSignalTypeButton(type);
 }
 public void WhenISelectThePlayButton(string channel)
 {
     AwgFGenWindow_functions.SelectFGenChannelTab(channel);
 }