-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsw40m.toml
43 lines (35 loc) · 865 Bytes
/
sw40m.toml
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
##################### IMPORTANT ###############################
## DON'T USE THIS EXAMPLE FILE SINCE IT FAKES A STACKMATCH
## There are actually real stackmatch implementations available
##################### IMPORTANT ###############################
[nats]
broker-url = "nats-server"
broker-port = 4222
[switch]
name = "40m_ant_switch"
type = "dummy_switch"
[40m_ant_switch]
name = "Antenna Switch 40m" # name of the stackmatch
index = 5 # order (helper for consistent visualization)
exclusive = true
ports = ["sw"]
[sw]
name = "SW"
index = 0
exclusive = true
terminals = ["sw_port1", "sw_port2", "sw_port3", "sw_port4"]
# Terminal (corresponds to the buttons you would see in the UI)
[sw_port1]
name = "3L"
index = 1 #order
# Terminal
[sw_port2]
name = "2/2 NA"
index = 2
# Terminal
[sw_port3]
name = "DIPOL"
index = 3
[sw_port4]
name = "DUMMY"
index = 4