Changes between Version 14 and Version 15 of Software/eAM/mInstr
- Timestamp:
- Jun 8, 2016, 9:49:43 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/eAM/mInstr
v14 v15 4 4 == Instrumentation Aggregate Manager == 5 5 6 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. Current state of SB4 is available at [http://www.orbit-lab.org/status/sb4 visualization page].6 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. The service also controls selection of which devices (eg. node or basestation) are connected to the RF test system on a per port basis. Current state of SB4 is available at [http://www.orbit-lab.org/status/sb4 visualization page]. 7 7 8 8 === set: Set a single attenuator value === … … 156 156 }}} 157 157 [[CollapsibleEnd]] 158 159 === selDevice: Select one of the two devices connected to the matrix port=== 160 161 [[CollapsibleStart(selDevice)]] 162 {{{ 163 <service name="selDevice"> 164 <info>This service selects one of the two devices connected to the matrix port.</info> 165 <args> 166 <arg isRequired="true" name="switch" value="switch"> 167 <info>Switch number (switch=1 => matrix port 8, switch = 2 => matrix port 9)</info> 168 </arg> 169 <arg isRequired="true" name="port" value="port"> 170 <info>Port number (port=1 => node, port=2 => BS)</info> 171 </arg> 172 </args> 173 </service> 174 }}} 175 [[CollapsibleEnd]] 176 158 177 159 178 === OEDL Support ===