DCPowerOutputPulseTrigger Class
- Updated2025-10-06
- 1 minute(s) read
Represents the methods and properties used to configure the PulseTrigger for NI-DCPower.
Derives from
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public class DCPowerOutputPulseTrigger : 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 DCPowerOutputDigitalEdgePulseTrigger 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 PulseTrigger type. |
Methods
| Name | Description |
|---|---|
| ConfigureSoftwareEdgeTrigger() | Configures the PulseTrigger for software edge triggering for the specified channel(s). |
| Disable() | Disables the PulseTrigger The specified channel(s) do not wait for a Pulse trigger when starting generation or acquisition. |
| SendSoftwareEdgeTrigger() | Asserts the StartTrigger for software triggering. This method can override an external edge trigger. |