wiki:Old/NodeHandler/Commands/antenna

Version 1 (modified by max, 18 years ago) ( diff )

Documentation | NodeHandler | 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

prop

Note: See TracWiki for help on using the wiki.