NI-DCPower .NET fx45 API Reference

DCPowerOutputTriggers.StartTrigger Property

  • Updated2024-01-04
  • 1 minute(s) read
DCPowerOutputTriggers.StartTrigger Property

DCPowerOutputTriggersStartTrigger Property

Gets the DCPowerOutputStartTrigger sub-object that is used to configure the Start Trigger for NI-DCPower.

Namespace:  NationalInstruments.ModularInstruments.NIDCPower
Assembly:  NationalInstruments.ModularInstruments.NIDCPower.Fx45 (in NationalInstruments.ModularInstruments.NIDCPower.Fx45.dll) Version: 2023

Syntax

public DCPowerOutputStartTrigger StartTrigger { get; }
Public ReadOnly Property StartTrigger As DCPowerOutputStartTrigger
	Get

Property Value

Type: DCPowerOutputStartTrigger
Returns an object of type DCPowerOutputStartTrigger .

See Also