DCPowerOutputShutdownTrigger Class
- Updated2025-10-06
- 1 minute(s) read
Represents the methods and properties used to configure the ShutdownTrigger for NI-DCPower.
Derives from
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public class DCPowerOutputShutdownTrigger : 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 DCPowerOutputDigitalEdgeShutdownTrigger sub-object to configure the device to wait for digital edge ShutdownTrigger. |
| Type | Gets or sets the ShutdownTrigger type. |
Methods
| Name | Description |
|---|---|
| ConfigureSoftwareEdgeTrigger() | Configures the ShutdownTrigger for software triggering. |
| Disable() | Disables the ShutdownTrigger. |
| SendSoftwareEdgeTrigger() | Asserts the ShutdownTrigger for software triggering. This method can override an external edge trigger. |