|
Timebase
|
Previous Top Next |
| Entry | Description
|
| Name | The name is used as a label in the user interface. Please keep it relatively short since it will determine the space of the other user elements. This name is also saved in the recorder file together with the actual times recorded.
|
|
|
| Time | A Python expression that returns a long value that represents the current time of you time base. Python long values are not restricted in length so you can use any precision required.
|
|
|
| Format | A Python expression that results in a string representing a given time. The time variable you will get passed to this function is 'Time'. The value of 'Time' is the long you saved earlier with your Time function. You should return a string that is a human readable representation of your time.
|