Skip to content

Commit

Permalink
Radio: Fixed typo in @enum values.
Browse files Browse the repository at this point in the history
  • Loading branch information
levy committed May 7, 2024
1 parent 4f6995f commit 074dc10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module Radio extends PhysicalLayerBase like IRadio
bool displayCommunicationRange = default(false); // if true communication range is displayed as a blue circle around the node
bool displayInterferenceRange = default(false); // if true interference range is displayed as a gray circle around the node

string signalAnalogRepresentation @enum("unitdisk", "scalar", "dimensional") = default("scalar");
string signalAnalogRepresentation @enum("unitDisk", "scalar", "dimensional") = default("scalar");

*.signalAnalogRepresentation = default(this.signalAnalogRepresentation);
*.energySourceModule = default(absPath(this.energySourceModule));
Expand Down

0 comments on commit 074dc10

Please sign in to comment.