Пример #1
0
        private string getAppendString()
        {
            AgilentMUX agilent_bridge_mux = (AgilentMUX)multi;

            return(agilent_bridge_mux.AppendString);
        }
Пример #2
0
 /// <summary>
 /// Creates a new Agilent Bridge
 /// </summary>
 /// <param name="address">The GPIB Address of the Bridge/MUX</param>
 /// <param name="gatewaystring">The SICL interface ID of the gateway</param>
 /// <param name="multi">The multiplexor associated with this device.  Each bridge create must have a multiplexor object even if it is integral to the bridge</param>
 public AgilentBridge(short address, string gatewaystring, ref MUX multi) : base(address, gatewaystring, ref multi)
 {
     agilent_bridge_mux = (AgilentMUX)multi;
 }