NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalTimeSet.ConfigureDriveFormat Method (String, DriveFormat)

  • Updated2023-11-24
  • 1 minute(s) read
DigitalTimeSet.ConfigureDriveFormat Method (String, DriveFormat)

DigitalTimeSetConfigureDriveFormat Method (String, DriveFormat)

Configures the drive format of a time set.

Namespace:  NationalInstruments.ModularInstruments.NIDigital
Assembly:  NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021

Syntax

public void ConfigureDriveFormat(
	string pinSetString,
	DriveFormat driveFormat
)
Public Sub ConfigureDriveFormat ( 
	pinSetString As String,
	driveFormat As DriveFormat
)

Parameters

pinSetString
Type: SystemString
The pin set specified as a comma-delimited list of pins for which to configure the drive format.
driveFormat
Type: NationalInstruments.ModularInstruments.NIDigitalDriveFormat
The drive format of the time set.

Exceptions

ExceptionCondition
SelectorNameExceptionThe value for pinSetString contains a pin or pin group name not loaded in the pin map.
OutOfRangeExceptionThe value for driveFormat is invalid.

See Also

Log in to get a better experience