Ejemplo n.º 1
0
 public TestItemOnAV(Instrument.SwitchSetting ss,
                     string channelID)
     : base(ss)
 {
     this.ChannelID = channelID;
     this.Values    = new List <string>();
 }
 public TxPowerTestItem(Instrument.SwitchSetting ss, string channelID)
     : base(ss, channelID)
 {
 }