DCPowerOutputSourceAdvancedSequencing.CreateAdvancedSequenceStep Method
- Updated2024-01-04
- 2 minute(s) read

DCPowerOutputSourceAdvancedSequencingCreateAdvancedSequenceStep Method
Remarks
When you create an advanced sequence step, each property you passed to CreateAdvancedSequence(String, DCPowerAdvancedSequenceProperty, Boolean) is reset to its default value for the new step. To configure the step, you must first designate the new step as the active step using the ActiveAdvancedSequenceStep property or the setAsActiveStep parameter of this method. Once the step is active, you can configure the properties for the step.
You must set the Mode to Sequence to use this method. Refer to DCPowerAdvancedSequenceProperty for more information about supported properties. This method is not supported by all instruments. Refer to the Supported Functions by Device topic in the NI DC Power Supplies and SMUs Help for information about supported instruments.
Using the SetSequence(Double) method with Advanced Sequence methods for the same channel in the same session is unsupported.Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx45 (in NationalInstruments.ModularInstruments.NIDCPower.Fx45.dll) Version: 2023
Syntax
public void CreateAdvancedSequenceStep( bool setAsActiveStep )
Public Sub CreateAdvancedSequenceStep ( setAsActiveStep As Boolean )
Parameters
- setAsActiveStep
- Type: SystemBoolean
Specifies that the current step in the active sequence is active.