Files
Jungfraujoch/frontend/src/openapi/models/experimental_coord.ts
T
2025-05-28 18:49:27 +02:00

13 lines
450 B
TypeScript

/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
/**
* If measurement has goniometer axis defined, plot X-axis will represent rotation angle
* If measurement has grid scan defined, plot X-axis and Y-axis will represent grid position, Z will be used as the final value
* For still measurement the number is ignored
*
*/
export type experimental_coord = boolean;