Merge branch 'dev' into bugfix/2453-Example_Notebooks_require_refactor

This commit is contained in:
Charlie Crane
2024-04-18 09:30:12 +01:00
37 changed files with 171 additions and 1734 deletions

View File

@@ -271,7 +271,7 @@ class IPWirelessNetworkInterface(WirelessNetworkInterface, Layer3Interface, ABC)
# Update the state with information from Layer3Interface
state.update(Layer3Interface.describe_state(self))
state["frequency"] = self.frequency
state["frequency"] = self.frequency.value
return state