Skip to content

Commit

Permalink
Getting Network Information added
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedjohar authored Dec 28, 2020
1 parent cc6feb4 commit 420ac20
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sample/configureCATM1.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@
node.getSignalQuality()

print ("Checking Attached operator")
node.getOperator()
node.getOperator()

print("Getting Network Information")
node.getQueryNetworkInfo()

0 comments on commit 420ac20

Please sign in to comment.