DCPowerPulseTrigger Class
- Updated2025-10-06
- 1 minute(s) read
Defines methods and properties used to configure the Pulse trigger.
Derives from
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public class DCPowerPulseTrigger : DCPowerSubObject
Remarks
For more information, refer to NI DC Power Supplies and SMUs Help.
Thread Safety
All members of this type are safe for multithreaded operations.
Properties
| Name | Description |
|---|---|
| DigitalEdge | Gets the DCPowerDigitalEdgePulseTrigger sub-object to configure the device to wait for digital edge PulseTrigger. |
| ExportedOutputTerminal | Gets or sets the PulseTrigger exported output terminal. |
| Type | Gets or sets the DCPowerPulseTriggerType. |
Methods
| Name | Description |
|---|---|
| ConfigureSoftwareEdgeTrigger() | Configures the PulseTrigger trigger for software triggering. |
| Disable() | Disables the Pulse trigger. The device does not wait for a pulse trigger before performing a pulse operation. Refer to Pulse Mode and Sequence Source Mode for more information about the Pulse trigger. This method is necessary only if you configured a Pulse trigger in the past and now want to disable it. |
| SendSoftwareEdgeTrigger() | Asserts the specified trigger. This method can override an external edge trigger. |