Changes between Initial Version and Version 1 of Old/NodeHandler/Commands/antenna


Ignore:
Timestamp:
Apr 13, 2006, 1:32:17 PM (18 years ago)
Author:
max
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/NodeHandler/Commands/antenna

    v1 v1  
     1[wiki:Documentation]
     2| [wiki:Documentation/NodeHandler NodeHandler]
     3| [wiki:Documentation/NodeHandler/Commands Commands]
     4| antenna
     5
     6= antenna: Configure Noise Insertation and Spectrum Measurements =
     7
     8This command allows the experimenter to inject noise into the grid through the available antennas. While currently not supported, the same command will also provide access to spectrum analyzers.
     9
     10
     11== Syntax: antenna(''selector'').signal.resource = value, antenna(''selector'').signal {} ==
     12
     13  * '''selector''': Expression to select the antenna set.
     14  * '''signal''': Path to noise generator.
     15  * '''resource:''' Name of resource.
     16  * '''value:''' Value to assign to resource.
     17
     18A description of the available resources can be found '''mssing'''.
     19
     20== Usage ==
     21
     22{{{
     23antenna(4,4).signal {|s|
     24  s.bandwidth = 20
     25  s.channel = 36
     26  s.power = prop.noisePower
     27}
     28}}}
     29
     30
     31
     32
     33== See Also ==
     34
     35[wiki:Documentation/NodeHandler/Commands/prop prop]