Skip to content

Commit a201769

Browse files
Updated enum description and disabled session lock calls for rfsg
1 parent bc2af92 commit a201769

File tree

7 files changed

+123
-206
lines changed

7 files changed

+123
-206
lines changed

docs/nirfsg/class.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ create_deembedding_sparameter_table_s2_p_file
11291129
:param port:
11301130

11311131

1132-
yet to be defined
1132+
Specifies the name of the port. The only valid value for the PXIe-5840/5841/5842 is empty string.
11331133

11341134

11351135

@@ -1138,7 +1138,7 @@ create_deembedding_sparameter_table_s2_p_file
11381138
:param table_name:
11391139

11401140

1141-
yet to be defined
1141+
Specifies the name of the table. The name must be unique for a given port, but not across ports. If you use the same name as an existing table, the table is replaced.
11421142

11431143

11441144

@@ -1147,7 +1147,7 @@ create_deembedding_sparameter_table_s2_p_file
11471147
:param s2p_file_path:
11481148

11491149

1150-
yet to be defined
1150+
Specifies the path to the S2P file that contains de-embedding information for the specified port.
11511151

11521152

11531153

@@ -1156,7 +1156,7 @@ create_deembedding_sparameter_table_s2_p_file
11561156
:param sparameter_orientation:
11571157

11581158

1159-
yet to be defined **Defined Values** :
1159+
Specifies the orientation of the data in the S2P file relative to the port on the DUT port. **Defined Values** :
11601160

11611161
+------------------------------------------------+----------------+-----------------------------------------------------+
11621162
| Name | Value | Description |
@@ -5737,13 +5737,13 @@ exported_pulse_modulation_event_output_terminal
57375737

57385738
**Defined Values**:
57395739

5740-
+------------------------------------------------------------+----------+-------------------+
5741-
| Name | Value | Description |
5742-
+============================================================+==========+===================+
5743-
| :py:data:`~nirfsg.PulseModulationOutputTerm.DO_NOT_EXPORT` | | yet to be defined |
5744-
+------------------------------------------------------------+----------+-------------------+
5745-
| :py:data:`~nirfsg.PulseModulationOutputTerm.PULSE_OUT` | PulseOut | yet to be defined |
5746-
+------------------------------------------------------------+----------+-------------------+
5740+
+------------------------------------------------------------+----------+---------------------------------------------------------------------+
5741+
| Name | Value | Description |
5742+
+============================================================+==========+=====================================================================+
5743+
| :py:data:`~nirfsg.PulseModulationOutputTerm.DO_NOT_EXPORT` | | Pulse modulation video signal is not exported. |
5744+
+------------------------------------------------------------+----------+---------------------------------------------------------------------+
5745+
| :py:data:`~nirfsg.PulseModulationOutputTerm.PULSE_OUT` | PulseOut | Export the pulse modulation video signal on the pulse out terminal. |
5746+
+------------------------------------------------------------+----------+---------------------------------------------------------------------+
57475747

57485748
.. note:: One or more of the referenced values are not in the Python API for this driver. Enums that only define values, or represent True/False, have been removed.
57495749

docs/nirfsg/enums.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2384,7 +2384,7 @@ PulseModulationOutputTerm
23842384
23852385
23862386
2387-
yet to be defined
2387+
Pulse modulation video signal is not exported.
23882388

23892389

23902390

@@ -2394,7 +2394,7 @@ PulseModulationOutputTerm
23942394
23952395
23962396
2397-
yet to be defined
2397+
Export the pulse modulation video signal on the pulse out terminal.
23982398

23992399

24002400

generated/nirfsg/nirfsg/enums.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -997,11 +997,11 @@ class PulseModulationMode(Enum):
997997
class PulseModulationOutputTerm(Enum):
998998
DO_NOT_EXPORT = ''
999999
r'''
1000-
yet to be defined
1000+
Pulse modulation video signal is not exported.
10011001
'''
10021002
PULSE_OUT = 'PulseOut'
10031003
r'''
1004-
yet to be defined
1004+
Export the pulse modulation video signal on the pulse out terminal.
10051005
'''
10061006

10071007

0 commit comments

Comments
 (0)