-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalice_init.ini
65 lines (65 loc) · 2.7 KB
/
alice_init.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
HardwareFile = "XIAO_4a_1w_pwm_Interface_Level.py"
# HardwareFile = "Bitsy_3a_1w_6d_Interface_Level.py"
# HardwareFile = "BitsyM4_4a_2w_6d_Interface_Level.py"
# HardwareFile = "Trinket_3a_1w_6d_Interface_Level.py"
# HardwareFile = "QTPy_4a_1w_4d_Interface_Level.py"
# HardwareFile = "SparkFun_SAMD21_3a_1w_6d_Interface_Level.py"
# HardwareFile = "SparkFun_Thing_Plus_3a_2w_6d_Interface_Level.py"
# HardwareFile = "Pico_3a_2w_6d_mcp_spi_Interface_Level.py"
# HardwareFile = "Pico_3a_2w_6d_mcp4822_Interface_Level.py"
# HardwareFile = "Pico_3a_2w_6d_R2R_Interface_Level.py"
# HardwareFile = "Pico_3a_2w_6d_pwm_Interface_Level.py"
# HardwareFile = "XIAO-RP2040_3a_2w_6d_mcp_spi_Interface_Level.py"
# HardwareFile = "MP720781_Interface_Level.py" # Name of hardware specific functions file to load
# HardwareFile = "Cyscope_v2_Interface_Level.py" # Name of hardware specific functions file to load
# HardwareFile = "PCAudio_Interface_Level.py" # Name of hardware specific functions file to load
# HardwareFile = "PiPicoSigrok_Interface_Level.py"
# HardwareFile = "Teensy_2a_1w_8d_l_Interface_Level.py"
# HardwareFile = "Arduino_nano2_Interface_Level.py"
# HardwareFile = "Girino1_Interface_Level.py"
# HardwareFile = "ESP32_1a_1w_1dInterface_Level.py"
DeBugMode = 0
AllowFlashFirmware = 1
# HardwareFile = "XProto_Interface_Level.py"
FontSize = 8
BorderSize = 2
# LocalLanguage = "language_config.cfg" # default is "English"
# COLORzeroline = "#0000ff" # 100% blue
# COLORtrigger = "#ff0000" # 100% red
# COLORtrace1 = "#88ff88" # light green
# COLORtrace2 = "#ff8888" # light orange
# COLORtrace3 = "#88ffff" # light cyan
# COLORtrace4 = "#ffff88" # light yellow
# FrameRelief = FLAT # RIDGE
# GUITheme = "Dark" # can be "Dark" "Light" "Blue" "LtBlue" "Custom"
# FrameBG = "#d7d7d7" # Med gray
# ButtonText = "#000000" # black
# ButtonGreen = "#88ff88" # light green
# ButtonRed = "#ff8888" # light red
# Widget relief can be RAISED, SUNKEN, GROOVE, RIDGE, and FLAT, SOLID
# ButRelief = FLAT # SOLID
# LabRelief = FLAT
# Style_String = 'alt' # alt, clam, default, classic, vista
# ColorMode.set(0) # = 0 black grid background, > 0 white grid background
ButtonOrder = 0 # swap order of channel control labels
AwgLayout = "Horz" # or "Vert"
AWGShowAdvanced.set(1) # Show Advanced AWG shapes in menu
GridWidth.set(2)
MouseFocus = 1
EnableScopeOnly = 0
EnableXYPlotter = 1
EnablePhaseAnalizer = 1
EnableSpectrumAnalizer = 1
EnableBodePlotter = 1
EnableImpedanceAnalizer = 1
EnableOhmMeter = 1
EnableDmmMeter = 1
ShowTraceControls = 1
EnableCommandInterface = 1
EnableDigIO = 1
EnableDigitalFilter = 0
EnableMeasureScreen = 0
ShowBallonHelp = 1
LabelPlotText.set(0)
# SerComPort = "COM5"
# import my_function # Use this to import any user defined functions or sub routines