-
Notifications
You must be signed in to change notification settings - Fork 0
/
functionSignatures.json
34 lines (30 loc) · 1.07 KB
/
functionSignatures.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
{
"RTBox":
{
"inputs":
[
{"name":"cmd", "kind":"optional", "type":"choices={'clear','ButtonNames','digitalIn','TRKey','ClockRatio','ClockDiff','secs','nEventsRead','EventsAvailable','UntilTimeout','BoxSecs','light','sound','DebounceInterval','enable','disable','EnableState','ButtonDown','TTL','TTLWidth','TTLResting','WaitTR','BufferSize','threshold','test','info','reset','KeyNames','fake','close'}"}
]
},
"RTBoxADC":
{
"inputs":
[
{"name":"cmd", "kind":"optional", "type":"choices={'Channel','Close','Duration','OneShot','Rate','Read','Start','VRef'}"}
]
},
"serFTDI":
{
"inputs":
[
{"name":"cmd", "kind":"required", "type":"choices={'BytesAvailable','Configure','Close','CloseAll','Flush','LatencyTimer','NumberOfPorts','Open','Purge','Read','Verbosity','Version','Write'}"}
]
},
"serIO":
{
"inputs":
[
{"name":"cmd", "kind":"required", "type":"choices={'BytesAvailable','Close','CloseAll','Flush','Open','Purge','Read','Verbosity','Version','Write'}"}
]
}
}