Skip to content

Commit

Permalink
apps/spu-ui: using real plan name in acquisition
Browse files Browse the repository at this point in the history
This is possible if we install a test package for the beamline with simulated test plans with the same name and props as the real plans.
  • Loading branch information
brnovasco committed Nov 18, 2024
1 parent cca825b commit cd87a0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/spu-ui/src/lib/schemas/acquisition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import {
trayRows,
} from "../constants";

// export const planName = "setup1_load_and_acquire";
export const planName = "load_and_acquire_sim";
export const planName = "setup1_load_and_acquire";

export const info = {
sampleType: "Type of the sample to be measured (buffer or sample)",
Expand Down

0 comments on commit cd87a0d

Please sign in to comment.