@@ -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
0 commit comments