Simnet2loc¶
-
class
pylayers.exploit.simnet.
Simnet2loc
(savefile='save.pck')[source]¶ Bases:
object
this class allows to plot cdf from localization obtained with simulet simulation
Configure simulnet.ini save section with: Save =[‘loc’]
Methods Summary
CDF
([node, method, filename])plot CDF from a saved simulation for a given node and for chosen algorithm
load
()Load simulnet_data configuration file
trajectory
([node, L])plot a trajectory of a node on a given structure , from a save simulation file
Methods Documentation
-
CDF
(node=['1'], method=['pe', 'pe_alg'], filename='CDF')[source]¶ plot CDF from a saved simulation for a given node and for chosen algorithm
-
trajectory
(node='1', L= ---------------- Project : /home/uguen/Bureau/P1 WHERE1.lay : d32f80001e8c8e591c87f5f6a2fd1acc Type : indoor Coordinates : cart ---------------- Gs : 972(282/690/686) :1380 Gt : 0 : 0 Gr : 0 : 0 ---------------- xrange : (-50, 50) yrange : (-50, 50) center : ( 2.23, 11.04) radius : 40.29)[source]¶ plot a trajectory of a node on a given structure , from a save simulation file
node : string L : pylayers.gis.layout.Layout
-