34 lines
1.1 KiB
Text
34 lines
1.1 KiB
Text
# Veusz saved document (version 3.6.2)
|
|
# Saved at 2025-03-29T22:26:14.028034
|
|
|
|
SetCompatLevel(1)
|
|
# AddImportPath('/home/dme/Documents/Diss/2025_01 - Material MCL/WP6_Sim/Task 6.3_Instr. validation exp/Oszilloskop-Messungen_BMW/2018-067-05_Messtermin_BMW')
|
|
AddImportPath('.')
|
|
ImportFileCSV('data/bmw_induction_furnace/csv/timeline_1_fourier.csv', headermode='1st', linked=True)
|
|
Set('colorTheme', 'default-latest')
|
|
Set('StyleSheet/axis-function/autoRange', 'next-tick')
|
|
Set('StyleSheet/graph/bottomMargin', '1.2cm')
|
|
Set('StyleSheet/page/width', '9cm')
|
|
Set('StyleSheet/page/height', '7cm')
|
|
Set('StyleSheet/xy/marker', 'none')
|
|
Set('StyleSheet/xy/PlotLine/width', '1pt')
|
|
Add('page', name='current', autoadd=False)
|
|
To('current')
|
|
Add('graph', name='graph1', autoadd=False)
|
|
To('graph1')
|
|
Add('axis', name='x', autoadd=False)
|
|
To('x')
|
|
Set('label', 'Time [s]')
|
|
To('..')
|
|
Add('axis', name='y', autoadd=False)
|
|
To('y')
|
|
Set('label', 'Current [A]')
|
|
Set('direction', 'vertical')
|
|
To('..')
|
|
Add('xy', name='xy1', autoadd=False)
|
|
To('xy1')
|
|
Set('xData', 'time *10')
|
|
Set('yData', 'curr')
|
|
To('..')
|
|
To('..')
|
|
To('..')
|