ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgRFBlankingSource Class

  • Updated2024-05-08
  • 4 minute(s) read
RfsgRFBlankingSource Class

RfsgRFBlankingSource Class

Represents 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.

Inheritance Hierarchy

SystemObject
  NationalInstruments.ModularInstruments.NIRfsgRfsgRFBlankingSource

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public sealed class RfsgRFBlankingSource
Public NotInheritable Class RfsgRFBlankingSource

The RfsgRFBlankingSource type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberDisable
Gets the source when RF blanking is disabled.
Public propertyStatic memberMarker0
Gets the source when RF blanking is tied to marker0.
Public propertyStatic memberMarker1
Gets the source when RF blanking is tied to marker1.
Public propertyStatic memberMarker2
Gets the source when RF blanking is tied to marker2
Public propertyStatic memberMarker3
Gets the source when RF blanking is tied to marker3.
Top

Methods

  NameDescription
Public methodEquals(Object)
Determines whether the current instance of RfsgRFBlankingSource and the object that you specify are equal.
(Overrides ObjectEquals(Object).)
Public methodEquals(RfsgRFBlankingSource)
Determines whether the current instance of RfsgRFBlankingSource and the RfsgRFBlankingSource object that you specify are equal.
Public methodStatic memberFromString
Creates an RfsgRFBlankingSource object from the specified string.
Public methodGetHashCode
Returns the hash code for the current instance of RfsgRFBlankingSource.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts the current instance of RfsgRFBlankingSource to string.
(Overrides ObjectToString.)
Top

Operators

  NameDescription
Public operatorStatic memberEquality
Checks whether the two instances of RfsgRFBlankingSource are equal.
Public operatorStatic member(String to RfsgRFBlankingSource)
Convert the specified string to equivalent RfsgRFBlankingSource object.
Public operatorStatic member(RfsgRFBlankingSource to String)
Converts the RfsgRFBlankingSource object to equivalent string.
Public operatorStatic memberInequality
Checks whether the two instances of RfsgRFBlankingSource are unequal.
Top

Remarks

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Log in to get a better experience