NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalTimeSet.ConfigureEdgeMultiplier Method (String, Int32)

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

DigitalTimeSetConfigureEdgeMultiplier Method (String, Int32)

Configures the edge multiplier of a time set.

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

Syntax

public void ConfigureEdgeMultiplier(
	string pinSetString,
	int edgeMultiplier
)
Public Sub ConfigureEdgeMultiplier ( 
	pinSetString As String,
	edgeMultiplier As Integer
)

Parameters

pinSetString
Type: SystemString
The pin set specified as a comma-delimited list of pins for which to configure the edge multiplier.
edgeMultiplier
Type: SystemInt32
The edge multiplier 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 edgeMultiplier is invalid.

See Also

Log in to get a better experience