[[TOC(Software/eAM/*, depth=3)]] == Instrumentation Aggregate Manager == This service controls the RF test system that is the core of [wiki:Hardware/bDomains/cSandboxes/dSB4 Sandbox 4]. It is used to control attenuation values between pairs of ports (ie. the eight (8) nodes and wimax BS) through the standard OMF URL based services. === set === Set the attenuation value on given port pairs: {{{ This service sets attenuation for ports pair. Port number Port number attenuation }}} Example: set the attenuation value between node1-1 and node1-2 to 20 dB {{{ $ wget -O status http://internal2dmz.orbit-lab.org:5054/instr/set?portA=1\&portB=2\&att=20 }}} === get === Get the attenuation between a given pair of ports {{{ This service gets attenuation for ports pair. Port number Port number }}} Example: get the attenuation between node1-1 and node1-8 {{{ $ wget -O status http://internal2dmz.orbit-lab.org:5054/instr/get?portA=1\&portB=8 }}} === default === {{{ This service load default configuration. }}} The default configuration sets all attenuators to 0 dB attenuation (i.e. full connectivity between all of the nodes including the WiMAX basestation). === status === Get attenuation values on all port pairs {{{ This service outputs attenuation for all pairs. }}} {{{ $ wget -O status http://internal2dmz.orbit-lab.org:5054/instr/status }}} === load === Load attenuator setting from the internal database of configurations. {{{ This service load configuration from database. Name of configuration. }}} === list === {{{ This service list configurations from database. }}} === save === Store current attenuator settings into internal database under the named configuration. {{{ This service saves current configuration to database. Name of configuration. }}} === delete === {{{ This service deletes configuration from database. }}} === show === {{{ Show named configuration from database. Name of configuration. }}}