connect# gwpy.io.nds2.connect(host: str, port: int | None = None) → connection[source]# Open an nds2.connection to a given host and port. Parameters: hoststrName of server with which to connect. portint, optionalConnection port. Returns: connectionnds2.connectionA new open connection to the given NDS host.