ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgBasicConfigurationList.ActiveStep Property

RfsgBasicConfigurationList.ActiveStep Property

RfsgBasicConfigurationListActiveStep Property

Gets or sets the step to be set to active to configure the configuration list properties.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public long ActiveStep { get; set; }
Public Property ActiveStep As Long
	Get
	Set

Property Value

Type: Int64
Specifies a Int64 representing the active step.

Exceptions

ExceptionCondition
ObjectDisposedException The ActiveStep property was accessed after the associated NIRfsg object was disposed.

See Also

Was this information helpful?