| | 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 | |
| | 8 | This 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 | |
| | 18 | A description of the available resources can be found '''mssing'''. |
| | 19 | |
| | 20 | == Usage == |
| | 21 | |
| | 22 | {{{ |
| | 23 | antenna(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] |