smart-pix / asic-testing-fnal-lab-notebooks

Lab notebooks and git issues for testing
0 stars 0 forks source link

09/27/24 #26

Open bparpillon opened 2 days ago

bparpillon commented 2 days ago

Goal:

bparpillon commented 2 days ago

The pulse generator manual is here: https://bkpmedia.s3.us-west-1.amazonaws.com/downloads/programming_manuals/en-us/4060_series_programming_manual.pdf

page 10 detail all the instructions necessary to setup the pulse generator.

The python code ./ContBKPG.py allow to gain send request and command to the pulse gen examples of things to do:

  1. C1:BSWV WVTP, PULSE -> setup output 1 to pulse mode
  2. C1:BSWV? -->return the pulse setting

C1:BSWV WVTP,PULSE,FRQ,1000HZ,PERI,0.001S,AMP,0.1V,OFST,0V,HLEV,0.05V,LLEV,-0.05V,DUTY,20,RISE,6e-09S,FALL,6e-09S,DLY,0

Each setting can be modified one by one!

  1. C1:BTWV? --> return the burst mode settings
  2. C1:BTWV STATE,ON -> turns the burst mode ON

C1:BTWV STATE,ON,PRD,0.01S,TRSR,INT,TRMD,OFF,TIME,1,DLAY,3.57035e-07S,GATE_NCYC,NCYC,CARR,WVTP,PULSE,FRQ,1000HZ,AMP,0.1V,OFST,0V,DUTY,20,RISE,6e-09S,FALL,6e-09S,DLY,

  1. C1:BTWV TRSR,EXT --> External Trigger set

need to be in the lab - setup manually and send a query of all the settings ONCE it works!