Skip to content

Commit

Permalink
Merge pull request #14 from cnpem/using-real-plan-name
Browse files Browse the repository at this point in the history
apps/spu-ui: using real plan name in acquisition
  • Loading branch information
matyson authored Nov 18, 2024
2 parents cf29fa9 + cd87a0d commit e5edff4
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 e5edff4

Please sign in to comment.