Skip to content

Commit f665181

Browse files
authored
re PlusToolkit/PlusLib#468: Add support for series 2xxx PicoScope oscilloscopes (#43)
1 parent dae624d commit f665181

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<PlusConfiguration version="2.7">
2+
3+
<DataCollection StartupDelaySec="2.0" >
4+
<DeviceSet
5+
Name="PlusServer: PicoScope P2000 series"
6+
Description="Broadcasting acquired electrical signal from P2000 series oscilloscope thorugh OpenIGTLink" />
7+
<Device
8+
Id="ScopeDevice"
9+
Type="PicoScope"
10+
NumberOfSamples="1024"
11+
>
12+
<DataSources>
13+
<DataSource
14+
Type="Video"
15+
Id="PicoSignal"
16+
ChAVoltageRangeMv="100"
17+
ChACoupling="DC"
18+
ChBVoltageRangeMv="100"
19+
ChBCoupling="DC"
20+
/>
21+
</DataSources>
22+
<OutputChannels>
23+
<OutputChannel Id="PicoOutput" VideoDataSourceId="PicoSignal" />
24+
</OutputChannels>
25+
</Device>
26+
</DataCollection>
27+
28+
<PlusOpenIGTLinkServer
29+
MaxNumberOfIgtlMessagesToSend="1"
30+
MaxTimeSpentWithProcessingMs="50"
31+
ListeningPort="18944"
32+
SendValidTransformsOnly="TRUE"
33+
OutputChannelId="PicoOutput" >
34+
<DefaultClientInfo>
35+
<MessageTypes>
36+
<Message Type="IMAGE" />
37+
</MessageTypes>
38+
<ImageNames>
39+
<Image Name="Signal" EmbeddedTransformToFrame="Signal" />
40+
</ImageNames>
41+
</DefaultClientInfo>
42+
</PlusOpenIGTLinkServer>
43+
44+
</PlusConfiguration>

0 commit comments

Comments
 (0)