DigitalTimeSet.GetDriveFormat Method (DigitalPinSet)
- Updated2023-11-24
- 1 minute(s) read
DigitalTimeSetGetDriveFormat Method (DigitalPinSet)
Gets 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 DriveFormat GetDriveFormat( DigitalPinSet pinSet )
Public Function GetDriveFormat ( pinSet As DigitalPinSet ) As DriveFormat
Parameters
- pinSet
- Type: NationalInstruments.ModularInstruments.NIDigitalDigitalPinSet
The pin set for which to get the drive format.
Return Value
Type: DriveFormatThe drive format of the time set to get.
Exceptions
Exception | Condition |
---|---|
SelectorNameException | The pinSet contains a pin or pin group name not loaded in the pin map. |