13 lines
450 B
TypeScript
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;
|