@@ -186,41 +186,6 @@ AnalogModulationType
186186
187187
188188
189- AnalogModulationWaveformType
190- ----------------------------
191-
192- .. py :class :: AnalogModulationWaveformType
193-
194- .. py :attribute :: AnalogModulationWaveformType.SINE
195-
196-
197-
198- Specifies that the analog modulation waveform type is sine.
199-
200-
201-
202-
203-
204- .. py :attribute :: AnalogModulationWaveformType.SQUARE
205-
206-
207-
208- Specifies that the analog modulation waveform type is square.
209-
210-
211-
212-
213-
214- .. py :attribute :: AnalogModulationWaveformType.TRIANGLE
215-
216-
217-
218- Specifies that the analog modulation waveform type is triangle.
219-
220-
221-
222-
223-
224189ArbOnboardSampleClockMode
225190-------------------------
226191
@@ -381,76 +346,6 @@ DigitalEqualizationEnabled
381346
382347
383348
384- DigitalModulationType
385- ---------------------
386-
387- .. py :class :: DigitalModulationType
388-
389- .. py :attribute :: DigitalModulationType.NONE
390-
391-
392-
393- Disables digital modulation.
394-
395-
396-
397-
398-
399- .. py :attribute :: DigitalModulationType.FSK
400-
401-
402-
403- Specifies that the digital modulation type is frequency-shift keying (FSK).
404-
405-
406-
407-
408-
409- .. py :attribute :: DigitalModulationType.OOK
410-
411-
412-
413- Specifies that the digital modulation type is on-off keying (OOK).
414-
415-
416-
417-
418-
419- .. py :attribute :: DigitalModulationType.PSK
420-
421-
422-
423- Specifies that the digital modulation type is phase-shift keying (PSK).
424-
425-
426-
427-
428-
429- DigitalModulationWaveformType
430- -----------------------------
431-
432- .. py :class :: DigitalModulationWaveformType
433-
434- .. py :attribute :: DigitalModulationWaveformType.PRBS
435-
436-
437-
438- Specifies that the digital modulation waveform type is pseudorandom bit sequence (PRBS).
439-
440-
441-
442-
443-
444- .. py :attribute :: DigitalModulationWaveformType.USER_DEFINED
445-
446-
447-
448- Specifies that the digital modulation waveform type is user defined. To specify the user-defined waveform, call the :py:meth: `nirfsg.Session.configure_digital_modulation_user_defined_waveform ` method.
449-
450-
451-
452-
453-
454349DirectDownload
455350--------------
456351
@@ -486,41 +381,6 @@ DirectDownload
486381
487382
488383
489- FilterType
490- ----------
491-
492- .. py :class :: FilterType
493-
494- .. py :attribute :: FilterType.NONE
495-
496-
497-
498- No filter type is applied.
499-
500-
501-
502-
503-
504- .. py :attribute :: FilterType.ARB_FILTER_TYPE_ROOT_RAISED_COSINE
505-
506-
507-
508- Applies a root-raised cosine filter to the data with the alpha value specified with the :py:attr: `nirfsg.Session.arb_filter_root_raised_cosine_alpha ` property.
509-
510-
511-
512-
513-
514- .. py :attribute :: FilterType.ARB_FILTER_TYPE_RAISED_COSINE
515-
516-
517-
518- Applies a raised cosine filter to the data with the alpha value specified with the :py:attr: `nirfsg.Session.arb_filter_raised_cosine_alpha ` property.
519-
520-
521-
522-
523-
524384Format
525385------
526386
@@ -1071,41 +931,6 @@ PowerLevelType
1071931
1072932
1073933
1074- PpaInheritance
1075- --------------
1076-
1077- .. py :class :: PpaInheritance
1078-
1079- .. py :attribute :: PpaInheritance.EXACT_MATCH
1080-
1081-
1082-
1083- Errors out if different values are detected in the script.
1084-
1085-
1086-
1087-
1088-
1089- .. py :attribute :: PpaInheritance.MINIMUM
1090-
1091-
1092-
1093- Uses the minimum value found in the script.
1094-
1095-
1096-
1097-
1098-
1099- .. py :attribute :: PpaInheritance.MAXIMUM
1100-
1101-
1102-
1103- Uses the maximum value found in the script.
1104-
1105-
1106-
1107-
1108-
1109934PulseModulationMode
1110935-------------------
1111936
0 commit comments