toggle_conductor_type# Q2d.toggle_conductor_type(assignment: str, new_type: str) → bool# Change the conductor type. Parameters: assignmentstrName of the conductor to update. new_typestrNew conductor type. Returns: boolTrue when successful, False when failed.