Created **fn_gen** repository and added python library
This commit is contained in:
10
fn_gen/constants/dg2052/__init__.py
Normal file
10
fn_gen/constants/dg2052/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
SIN_RANGE = (1e-6, 50e6)
|
||||
SQU_RANGE = (1e-6, 15e6)
|
||||
RAMP_RANGE = (1e-6, 1.5e6)
|
||||
PULSE_RANGE = (1e-6, 20e6)
|
||||
HARM_RANGE = (1e-6, 20e6)
|
||||
NOISE_BANDWIDTH = 100e6
|
||||
USER_RANGE = (1e-6, 15e6)
|
||||
DUALT_RANGE = (1e-6, 20e6)
|
||||
PRBS_RANGE = (2e3, 40e6)
|
||||
SEQ_RANGE = (2e3, 60e6)
|
||||
BIN
fn_gen/constants/dg2052/__pycache__/__init__.cpython-311.pyc
Normal file
BIN
fn_gen/constants/dg2052/__pycache__/__init__.cpython-311.pyc
Normal file
Binary file not shown.
Reference in New Issue
Block a user