[wiki:Documentation] | [wiki:Documentation/NodeHandler NodeHandler] | [wiki:Documentation/NodeHandler/Commands Commands] | antenna = antenna: Configure Noise Insertation and Spectrum Measurements = 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. == Syntax: antenna(''selector'').signal.resource = value, antenna(''selector'').signal {} == * '''selector''': Expression to select the antenna set. * '''signal''': Path to noise generator. * '''resource:''' Name of resource. * '''value:''' Value to assign to resource. A description of the available resources can be found '''mssing'''. == Usage == {{{ antenna(4,4).signal {|s| s.bandwidth = 20 s.channel = 36 s.power = prop.noisePower } }}} == See Also == [wiki:Documentation/NodeHandler/Commands/prop prop]