RfsaAdvanceTrigger Class
- Updated2024-05-08
- 3 minute(s) read
RfsaAdvanceTrigger Class
Represents the properties used to configure the Advance trigger for NI-RFSA.
Inheritance Hierarchy
SystemObject
NationalInstruments.ModularInstruments.NIRfsaRfsaSubObject
NationalInstruments.ModularInstruments.NIRfsaRfsaAdvanceTrigger
NationalInstruments.ModularInstruments.NIRfsaRfsaSubObject
NationalInstruments.ModularInstruments.NIRfsaRfsaAdvanceTrigger
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx40 (in NationalInstruments.ModularInstruments.NIRfsa.Fx40.dll) Version: 2022
Syntax
public sealed class RfsaAdvanceTrigger : RfsaSubObject
Public NotInheritable Class RfsaAdvanceTrigger Inherits RfsaSubObject
The RfsaAdvanceTrigger type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | DigitalEdge |
Gets the DigitalEdge sub-object to configure the digital edge of the Advance trigger.
|
![]() | Export |
Gets the sub-object used to access methods and properties related to Export of the Advance trigger.
|
![]() | Synchronization |
Gets the Synchronization sub-object that allows synchronization of the Advance Trigger between multiple devices.
|
![]() | TerminalName |
Gets the fully qualified signal name as a string.
|
![]() | Type |
Gets or sets whether you want the Advance trigger to be a digital edge or software trigger.
|
Methods
Name | Description | |
---|---|---|
![]() | Disable |
Configures the device to not use an Advance trigger.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | SendSoftwareEdgeTrigger |
Sends a trigger to the device when you use a software version of Advance trigger and the device is waiting for the trigger to be sent.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
For more information, refer to NI RF Vector Signal Analyzers Help.
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.