forked from project8/locust_mc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_single_config.json
45 lines (45 loc) · 1017 Bytes
/
test_single_config.json
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
{
"waveguide_setup": "SINGLEAMP",
"transfer_function_filename": "receiver_transfer_functions.json",
"amp1_noise_temperature": 15,
"receiver1_noise_temperature": 5,
"BField": 0.9,
"waveguide_length": 147.19,
"distance_to_short": 5,
"hf_mixing_frequency": 24.2e9,
"lf_mixing_frequency": 500e6,
"datafile_duration": 0.02,
"egg_outfile_name": "test.egg",
"mcinfo_outfile_name": "test.mcinfo",
"number_of_events": 10,
"events": [
{
"start_time": 1e-3,
"duration": 1e-4,
"start_frequency": 24.750e9,
"dfdt": 1e8,
"power": 1e-15
},
{
"start_time": 2e-3,
"duration": 2e-4,
"start_frequency": 24.750e9,
"dfdt": 1e8,
"power": 1e-15
},
{
"start_time": 3e-3,
"duration": 3e-4,
"start_frequency": 24.750e9,
"dfdt": 1e8,
"power": 1e-15
},
{
"start_time": 4e-3,
"duration": 4e-4,
"start_frequency": 24.750e9,
"dfdt": 1e8,
"power": 1e-15
}
]
}