RFmxNRMXModAccShortFrameEnabled Enumeration
- Updated2025-04-08
- 1 minute(s) read
Specifies whether the input signal has a periodicity shorter than the NR frame duration.
Syntax
Namespace: NationalInstruments.RFmx.NRMX
public enum RFmxNRMXModAccShortFrameEnabled
Members
Name | Value | Description |
---|---|---|
False | 0 | When you set the method to False or the SetTriggerType(string, RFmxNRMXTriggerType) method is set to a value other than None, a signal periodicity equal to the maximum of 1 frame duration and the configured SSB periodicity, if SSB is active, is assumed. |
True | 1 | When you set the method to False or the Trigger Type method is set to None, the measurement uses SetShortFrameLength(string, double) as signal periodicity. |