diff --git a/guide/bent-pipe-radio-model.txt b/guide/bent-pipe-radio-model.txt index 5e8ddbf..4db520a 100644 --- a/guide/bent-pipe-radio-model.txt +++ b/guide/bent-pipe-radio-model.txt @@ -552,7 +552,7 @@ Similarly, if we want to change the antenna associated with `node-2`'s defines still in use: ~{{verbatim type=txt -- -$ emanesh node-2 set config nems mac +$ emanesh node-2 set config nems mac \ antenna.defines="0:omni;24.25;0,1:1;94.34439424144891;-86.98230090133954;0,2:1;237.5217814216051;-87.42647720511944;0"}}~ Looking at `node-2`'s `AntennaStatusTable` and `NeighborStatusTable`, diff --git a/guide/paradigms.txt b/guide/paradigms.txt index 00f8c03..51c6604 100644 --- a/guide/paradigms.txt +++ b/guide/paradigms.txt @@ -148,7 +148,7 @@ path-replace="emane-guide/examples"}}~ ### Querying/Modifying Configuration Running `emane-guide/examples/rfpipe-01`, the `emanesh` application is -uded to connect to a running `emane` instance and query and/or clear +used to connect to a running `emane` instance and query and/or clear statistics. ~{{imagemagick @@ -292,7 +292,7 @@ path-replace="emane" link-replace="https://github.com/adjacentlink/emane/blob/master" }}~ An unsigned 32-bit integer statistic variable is declared with the -`CLEARABLE` propriety. No description is specified. +`CLEARABLE` propriety. ### Querying/Clearing Statistics @@ -421,10 +421,10 @@ nem 1 phy LocationEventInfoTable nem 1 phy PathlossEventInfoTable | NEM | Forward Pathloss | Reverse Pathloss | -| 2 | 80.0 | 80.0 | -| 3 | 80.0 | 80.0 | -| 4 | 80.0 | 80.0 | -| 5 | 80.0 | 80.0 |}}~ +| 2 | 70.0 | 70.0 | +| 3 | 70.0 | 70.0 | +| 4 | 70.0 | 70.0 | +| 5 | 70.0 | 70.0 |}}~ To clear those statistic tables that were registered as `CLEARABLE`: diff --git a/guide/site/bent-pipe-radio-model.md b/guide/site/bent-pipe-radio-model.md index f09d36a..a9b3179 100644 --- a/guide/site/bent-pipe-radio-model.md +++ b/guide/site/bent-pipe-radio-model.md @@ -1077,7 +1077,7 @@ Similarly, if we want to change the antenna associated with `node-2`'s defines still in use: ```text -$ emanesh node-2 set config nems mac +$ emanesh node-2 set config nems mac \ antenna.defines="0:omni;24.25;0,1:1;94.34439424144891;-86.98230090133954;0,2:1;237.5217814216051;-87.42647720511944;0" ``` diff --git a/guide/site/paradigms.md b/guide/site/paradigms.md index 59c640a..244e972 100644 --- a/guide/site/paradigms.md +++ b/guide/site/paradigms.md @@ -173,7 +173,7 @@ parameters with more than one value: ### Querying/Modifying Configuration Running `emane-guide/examples/rfpipe-01`, the `emanesh` application is -uded to connect to a running `emane` instance and query and/or clear +used to connect to a running `emane` instance and query and/or clear statistics. ![](images/auto-generated-run-rfpipe-01.png){:width="75%"; .centered} @@ -327,7 +327,7 @@ Below is a snippet of statistic registration from the [RF Pipe](rf-pipe-radio-mo
emane/src/models/mac/rfpipe/downstreamqueue.cc lines: 55-58