ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgRF.RFBlankingSource Property

RfsgRF.RFBlankingSource Property

RfsgRFRFBlankingSource Property

Gets or sets the Marker event at which RF blanking occurs.
Note Note
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: RfsgRFBlankingSource
Specifies an object of type RfsgRFBlankingSource.

Exceptions

ExceptionCondition
ObjectDisposedException The RFBlankingSource property was accessed after the associated NIRfsg object was disposed.

See Also

Was this information helpful?