NIRFSG_ATTR_WAVEFORM_RF_BLANKING
- Updated2025-10-14
- 1 minute(s) read
Enables or disables RF blanking.
Syntax
NIRFSG_ATTR_WAVEFORM_RF_BLANKING
Numeric Value | Data Type | Access | Applies To |
|---|---|---|---|
1150278 | ViInt32 | Read/Write | Waveforms |
Remarks
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. |
Marker0, Marker1 , Marker2 , or Marker3 | NIRFSG_VAL_DISABLE | Blanking performed based on the marker locations for the marker that the user set in the blanking source. |
Marker0 , Marker1 ,Marker2 , or Marker3 | NIRFSG_VAL_ENABLE | Error is shown. |
Defined Values:
Name | Value | Description |
|---|---|---|
NIRFSG_VAL_DISABLE | 0 (0x0) | RF blanking is disabled. |
NIRFSG_VAL_ENABLE | 1 (0x1) | RF blanking is enabled. |
Default Value:NIRFSG_VAL_DISABLE
Supported Devices: PXIe-5820/5830/5831/5832/5840/5841/5842
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