You can use the LabTalk data function. Open the script window and type something like the following:
data1_a=data(30,0,0.5) <ENTER>
In this example, data1_a is the dataset or the name of the column that you want to fill with your incremental values, 30 is the initial value, 0 is the ending value, and 0.5 is the increment.
Mike OriginLab |