RfsgTriggers Class
- Updated2025-10-14
- 1 minute(s) read
Provides the properties used to configure NI-RFSG triggers.
Derives from
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public class RfsgTriggers : RfsgSubObject
Remarks
For more information, refer to the NI-RFSG Instrument Driver Programming Flow topic in the NI RF Signal Generators Help.
Properties
| Name | Description |
|---|---|
| ConfigurationListStepTrigger | Gets the ConfigurationListStepTrigger sub-object used to configure the Configuration List Step trigger. |
| ScriptTriggers | Gets the ScriptTriggers sub-object used to configure the Script triggers. To retrieve channel-specific objects of Type RfsgScriptTrigger, pass the channel name to the indexer NationalInstruments.ModularInstruments.NIRfsg.RfsgScriptTriggerCollection.this[int]. |
| StartTrigger | Gets the StartTrigger sub-object to configure the Start trigger. |