NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerOutputSourceAdvancedSequencing.DeleteAdvancedSequence Method

  • Updated2024-01-04
  • 1 minute(s) read
DCPowerOutputSourceAdvancedSequencing.DeleteAdvancedSequence Method

DCPowerOutputSourceAdvancedSequencingDeleteAdvancedSequence Method

Deletes a previously created advanced sequence and all the advanced sequence steps in the advanced sequence.

Remarks

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.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023

Syntax

public void DeleteAdvancedSequence(
	string sequenceName
)
Public Sub DeleteAdvancedSequence ( 
	sequenceName As String
)

Parameters

sequenceName
Type: SystemString
specifies the name of the sequence to delete.

See Also

Log in to get a better experience