EntryPoints
main()
getargs()
run()
A Modbus Simulator
Bases: object
object
A wrapper for entry point for when it returns a dict
If entry_points return a dict this will wrap the dict
The main function to start the mbsim
Function that set argparse for mbsim
parser – Subparser from mbsim to allow addon to add it’s commands
function to call to allow mbsim to use addon
function
Allow sim to run modbus servers
args (Namespace) – Namespace from argparser
Function that set argparser for mbsim.
par – Subparser from mbsim to allow addon to add it’s commands
Runs the function to start the user interface