NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalTimeSet.GetEdgeMultiplier Method (String)

  • Updated2023-11-24
  • 1 minute(s) read
DigitalTimeSet.GetEdgeMultiplier Method (String)

DigitalTimeSetGetEdgeMultiplier Method (String)

Gets 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 int GetEdgeMultiplier(
	string pinSetString
)
Public Function GetEdgeMultiplier ( 
	pinSetString As String
) As Integer

Parameters

pinSetString
Type: SystemString
The pin set specified as a comma-delimited list of pins for which to get the edge multiplier.

Return Value

Type: Int32
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.

See Also

Log in to get a better experience