Skip to content

Commit

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

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

public Bruker70v(Address address) throws Exception {
Expand Down

0 comments on commit 5379271

Please sign in to comment.