RFMXWLAN_ATTR_TRIGGER_GATE_ENABLED
- Updated2025-10-13
- 1 minute(s) read
Enables time-domain gating of the acquired signal for SEM measurement.
Syntax
RFMXWLAN_ATTR_TRIGGER_GATE_ENABLED
Numeric Value | Data Type | Access | Applies To |
|---|---|---|---|
10485802 | int32 | Read/Write | N/A |
Remarks
If you set this attribute to True and the required measurement interval exceeds the value you set for the RFMXWLAN_ATTR_TRIGGER_GATE_LENGTH attribute, then the measurement restricts the acquisition duration of each record to Gate Length attribute and acquires as many additional records as necessary for the required measurement interval. If you want to ignore the idle duration between multiple PPDUs during an SEM measurement, you must set Gate Enabled to True and set Gate Length to a value less than or equal to the length of the PPDU under analysis. This value is expressed in seconds.
You do not need to use a selector string to configure or read this attribute for the default signal instance. Refer to the Selector String topic for information about the string syntax for named signals.
The default value is False.
Name | Value | Description |
|---|---|---|
RFMXWLAN_VAL_TRIGGER_GATE_ENABLED_FALSE | 0 (0x0) | Gate for SEM measurements is disabled. |
RFMXWLAN_VAL_TRIGGER_GATE_ENABLED_TRUE | 1 (0x1) | Gate for SEM measurements is enabled. |