Skip to content

Commit 501e513

Browse files
authored
Update pinmaps in nidcpower_source_dc_voltage example to have one pin/channel (#224)
* Update pinmaps in nidcpower source voltage examples to have one pin and one channel * Revert changes in multisite pinmap to have multiple channels/pins * Add note in Readme.md
1 parent ca5080b commit 501e513

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

examples/nidcpower_source_dc_voltage/NIDCPowerSourceDCVoltage.pinmap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@
77
</Instruments>
88
<Pins>
99
<DUTPin name="Pin1" />
10-
<DUTPin name="Pin2" />
1110
</Pins>
1211
<PinGroups></PinGroups>
1312
<Sites>
1413
<Site siteNumber="0" />
1514
</Sites>
1615
<Connections>
1716
<Connection pin="Pin1" siteNumber="0" instrument="DCPower1" channel="0" />
18-
<Connection pin="Pin2" siteNumber="0" instrument="DCPower1" channel="1" />
1917
</Connections>
2018
</PinMap>

examples/nidcpower_source_dc_voltage/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,8 @@ This example requires an NI SMU that is supported by NI-DCPower (e.g. PXIe-4141)
2929

3030
To simulate an NI SMU in software: open `NI MAX`, right-click `Devices and Interfaces`,
3131
select `Create New...`, and select `Simulated NI-DAQmx Device or Modular Instrument`.
32-
SMUs are in the `Power Supplies` category.
32+
SMUs are in the `Power Supplies` category.
33+
34+
### Note
35+
36+
- In order to run the measurement with `NIDCPowerSourceDCVoltageMultiSite.pinmap`, it is required to have an NI SMU with 4 or more channels.

0 commit comments

Comments
 (0)