RfsgRFBlankingSource Class
- Updated2024-05-08
- 4 minute(s) read
RfsgRFBlankingSource Class
Represents 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. |
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
![]() ![]() | Disable |
Gets the source when RF blanking is disabled.
|
![]() ![]() | Marker0 |
Gets the source when RF blanking is tied to marker0.
|
![]() ![]() | Marker1 |
Gets the source when RF blanking is tied to marker1.
|
![]() ![]() | Marker2 |
Gets the source when RF blanking is tied to marker2
|
![]() ![]() | Marker3 |
Gets the source when RF blanking is tied to marker3.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the current instance of RfsgRFBlankingSource and the object that you specify are equal.
(Overrides ObjectEquals(Object).) |
![]() | Equals(RfsgRFBlankingSource) |
Determines whether the current instance of RfsgRFBlankingSource and the RfsgRFBlankingSource object that you specify are equal.
|
![]() ![]() | FromString |
Creates an RfsgRFBlankingSource object from the specified string.
|
![]() | GetHashCode |
Returns the hash code for the current instance of RfsgRFBlankingSource.
(Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Converts the current instance of RfsgRFBlankingSource to string.
(Overrides ObjectToString.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Checks whether the two instances of RfsgRFBlankingSource are equal.
|
![]() ![]() | (String to RfsgRFBlankingSource) |
Convert the specified string to equivalent RfsgRFBlankingSource object.
|
![]() ![]() | (RfsgRFBlankingSource to String) |
Converts the RfsgRFBlankingSource object to equivalent string.
|
![]() ![]() | Inequality |
Checks whether the two instances of RfsgRFBlankingSource are unequal.
|
Remarks
See RFBlankingSource.
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.