2.) A CSV file with range definition must be prepared. In our case it's content is
***
#Signal,BOTH
#Measurement,Rs-X
#PrimaryFormat,ABS
#SecondaryFormat,ABS
Pri0,Pri1
0.00,990
990,1010
1010,1e9
***
The manual describes the CSV file's content in detail. Our example does the following:
#Signal,BOTH --> EOM (End of measurement signal) is assigned to PIN8, OOB (Out of bin signal) to PIN7
#Measurement,Rs-X --> Values are bound to Rs-X measurement
#PrimaryFormat,ABS
#SecondaryFormat,ABS --> Both limit formats are specified to minimum and maximum values
Pri0,Pri1 --> Only the primary values (Rs) are used for binning. The reactance (X) is not used.
0.00,990 --> first value range, bound to PIN1
990,1010 --> second value, bound to PIN2
1010,1e9 --> etc...
3.) Load the file over Menu / Functions / Binning.