Skip to content

Commit 7a59f4e

Browse files
Merge branch 'users/vagupta/modifications-in-rfsg-apis' of https://github.com/Vaishnavigupta1312/nimi-python into users/vagupta/modifications-in-rfsg-apis
2 parents 8b4c517 + 473d86f commit 7a59f4e

18 files changed

+3559
-9208
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
- `output_shorted`
6767
- Enum values:
6868
- `CONSTANT_RESISTANCE` and `CONSTANT_POWER` added to enum `OutputFunction`
69+
- `nidcpower_constant_resistance_and_constant_power.py` and `nidcpower_sink_dc_current_into_electronic_load.py` examples
6970
- Changed
7071
- Removed
7172

docs/nidcpower/examples.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ nidcpower_advanced_sequence.py
1212
:encoding: utf8
1313
:caption: `(nidcpower_advanced_sequence.py) <https://github.com/ni/nimi-python/blob/master/src/nidcpower/examples/nidcpower_advanced_sequence.py>`_
1414

15+
nidcpower_constant_resistance_and_constant_power.py
16+
---------------------------------------------------
17+
18+
.. literalinclude:: ../../src/nidcpower/examples/nidcpower_constant_resistance_and_constant_power.py
19+
:language: python
20+
:linenos:
21+
:encoding: utf8
22+
:caption: `(nidcpower_constant_resistance_and_constant_power.py) <https://github.com/ni/nimi-python/blob/master/src/nidcpower/examples/nidcpower_constant_resistance_and_constant_power.py>`_
23+
1524
nidcpower_lcr_source_ac_voltage.py
1625
----------------------------------
1726

@@ -30,6 +39,15 @@ nidcpower_measure_record.py
3039
:encoding: utf8
3140
:caption: `(nidcpower_measure_record.py) <https://github.com/ni/nimi-python/blob/master/src/nidcpower/examples/nidcpower_measure_record.py>`_
3241

42+
nidcpower_sink_dc_current_into_electronic_load.py
43+
-------------------------------------------------
44+
45+
.. literalinclude:: ../../src/nidcpower/examples/nidcpower_sink_dc_current_into_electronic_load.py
46+
:language: python
47+
:linenos:
48+
:encoding: utf8
49+
:caption: `(nidcpower_sink_dc_current_into_electronic_load.py) <https://github.com/ni/nimi-python/blob/master/src/nidcpower/examples/nidcpower_sink_dc_current_into_electronic_load.py>`_
50+
3351
nidcpower_source_delay_measure.py
3452
---------------------------------
3553

docs/nirfsg/class.rst

Lines changed: 1002 additions & 793 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)