Skip to content

Commit

Permalink
Setting REQUEST_MODE when initializing Bruker70v
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-marsh committed Jan 18, 2024
1 parent a052eb5 commit 0e23002
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified JISA.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/jisa/devices/spectrometer/Bruker70v.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class Bruker70v extends DDEDevice implements Spectrometer {

public Bruker70v(LXIAddress address, int timeout) throws Exception {
super(address, "Opus", "System", timeout);
super.sendRequest("EXECUTE_MODE");
super.sendRequest("REQUEST_MODE");
}

public Bruker70v(Address address) throws Exception {
Expand Down

0 comments on commit 0e23002

Please sign in to comment.