set_net_name# Wire.set_net_name(name: str, split_wires: bool = False) → bool# Set wire net name. Parameters: namestrName of the wire. split_wiresbool, optionalWhether if the wires with same net name should be split or not. Default is False. Returns: boolTrue when successful, False when failed.