3.23. Accessing the unbind command (new in 5.5)

Three URLs allow you to access the capabilities of the SpecTcl unbind command:

http://host:port/spectcl/unbind/byname?name=name1[&name=name2...]

Unbinds the spectra named by the repeated occurences of the name query parameter.

http://host:port/unbind/byid?id=id1[&id=id2...]

Unbinds the spectra whose ids are designated by repeated occurences of the id query parameter.

http://host:port/unbind/all

Unbinds all spectra from the display memory.