DigitalTimeSet.ConfigureEdgeMultiplier Method (String, Int32)
- Updated2023-11-24
- 1 minute(s) read
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
Exception | Condition |
---|---|
SelectorNameException | The value for pinSetString contains a pin or pin group name not loaded in the pin map. |
OutOfRangeException | The value for edgeMultiplier is invalid. |