RfsgRF.RFBlankingSource Property
- Updated2024-05-08
- 1 minute(s) read
RfsgRFRFBlankingSource Property
Gets or sets the Marker event at which RF blanking occurs.
![]() |
---|
For PXIe-5830/5831/5832, the RF Blanking reserves a PXI trigger line. If you are calling any RfsgDriverUtility.ResetDevice or RfsaDriverUtility.ResetDevice on the same device, NI recommends calling it before committing blanking attributes. Alternatively, you can call RfsgDriverUtility.ResetWithOptions or RfsaDriverUtility.ResetWithOptions. Select Routes in the stepsToOmit parameter. |
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public RfsgRFBlankingSource RFBlankingSource { get; set; }
Public Property RFBlankingSource As RfsgRFBlankingSource Get Set
Property Value
Type: RfsgRFBlankingSourceSpecifies an object of type RfsgRFBlankingSource.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The RFBlankingSource property was accessed after the associated NIRfsg object was disposed. |