insert# Person.insert(app, motion=True)[source]# Insert the person in HFSS SBR+. Parameters: appansys.aedt.core.HfssHFSS application instance. motionbool, optionalWhether the person is in motion. The default is True. Returns: boolTrue when successful, False when failed.