NIRFSG_ATTR_WAVEFORM_RF_BLANKING
- Updated2025-02-03
- 1 minute(s) read
NIRFSG_ATTR_WAVEFORM_RF_BLANKING
Numeric Value | Data type |
Access | Coercion | High Level Functions |
---|---|---|---|---|
1150278 | ViInt32 | R/W | None | None |
Description
Enables or disables RF blanking.
NIRFSG_ATTR_RF_BLANKING_SOURCE | NIRFSG_ATTR_WAVEFORM_RF_BLANKING | Behaviour |
---|---|---|
"" (empty string) | NIRFSG_VAL_DISABLE | No blanking performed. |
"" (empty string) | NIRFSG_VAL_ENABLE | Blanking performed based on burst start and stop values and blanking source set to private marker. |
NIRFSG_VAL_MARKER0, NIRFSG_VAL_MARKER1, NIRFSG_VAL_MARKER2, or NIRFSG_VAL_MARKER3 | NIRFSG_VAL_DISABLE | Blanking performed based on the marker locations for the marker that the user set in the blanking source. |
NIRFSG_VAL_MARKER0, NIRFSG_VAL_MARKER1, NIRFSG_VAL_MARKER2, or NIRFSG_VAL_MARKER3 | NIRFSG_VAL_ENABLE | Error is shown. |
Defined Values:
NIRFSG_VAL_ENABLE | RF blanking is enabled. |
NIRFSG_VAL_DISABLE | RF blanking is disabled. |
Default Value: NIRFSG_VAL_DISABLED
Supported Devices: PXIe-5820/5830/5831/5832/5840/5841/5842
![]() |
Note For PXIe-5830/5831/5832: The RF Blanking reserves a PXI trigger line. If you are calling any niRFSG_reset or niRFSA_reset on the same device, NI recommends calling it before committing blanking attributes. Alternatively, you can call niRFSG_ResetWithOptions or niRFSA_ResetWithOptions. Select Routes in the steps to omit parameter. |
Related Topics