H! I was looking at the ESRI documentation for the Observer Points 3d function:
https://pro.arcgis.com/en/pro-app/latest/tool-reference/3d-analyst/observer-points.htm
I found that these below are the default settings for Visibility Analysis for this function, as well as the Viewshed function:

How do I use the python function to change these default settings? The only parameters I can find for the Observer Points 3d that can be altered are the z-factor, curvature correction, and refractivity coefficient. I even used the calculate field functions to change the attribute table of the input feature class, but it did not change the default settings of the function.
arcpy.CalculateField_management(inputfeatureclass, "RADIUS2", radius2distance, "PYTHON_9.3", "")
Thanks!