Changes between Version 14 and Version 15 of Software/eAM/mInstr


Ignore:
Timestamp:
Jun 8, 2016, 9:49:43 PM (8 years ago)
Author:
jkol
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Software/eAM/mInstr

    v14 v15  
    44== Instrumentation Aggregate Manager ==
    55
    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].
     6This 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].
    77
    88=== set: Set a single attenuator value ===
     
    156156}}}
    157157[[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
    158177
    159178=== OEDL Support ===