assign_point_monitor_to_vertex# Monitor.assign_point_monitor_to_vertex(vertex_id, monitor_quantity='Temperature', monitor_name=None)[source]# Create and assign a point monitor to a vertex. Parameters: vertex_idint or listID of the vertex or list of IDs. monitor_quantitystr or list, optionalQuantity being monitored. The default is "Temperature". monitor_namestr, optionalName of the monitor. The default is None, in which case the name is randomly generated. Returns: str or listMonitor name or list of monitor names when successful, False when failed. References >>> oModule.AssignPointMonitor Copy to clipboard