qipe-nlab / Labber-PSICT

The Pulse-Sequence Instrument Control Tool. Developing scripts to allow string-based input to Labber for more flexible control over pulse sequence configurations.
MIT License
3 stars 1 forks source link

Server name is not auto-set #2

Closed SamWolski closed 5 years ago

SamWolski commented 5 years ago

Original report by Samuel Wolski (Bitbucket: 557058:90b732eb-6ab1-4b27-9495-eb00eafde259, GitHub: samwolski).


Currently, the server name (associated with the LabberExporter object) is not set by default, leading to an error if the user does not know to manually set the server.

SamWolski commented 5 years ago

Original comment by Samuel Wolski (Bitbucket: 557058:90b732eb-6ab1-4b27-9495-eb00eafde259, GitHub: samwolski).


Set default server to 'localhost'

This resolves issue #2, wherein the measurement execution expected an Instrument Server name to be set in the LabberExporter, but none was set by default.