DigitalTimeSet.GetDriveFormat Method (String)
- Updated2023-11-24
- 1 minute(s) read
DigitalTimeSetGetDriveFormat Method (String)
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( string pinSetString )
Public Function GetDriveFormat ( pinSetString As String ) As DriveFormat
Parameters
- pinSetString
- Type: SystemString
The pin set specified as a comma-delimited list of pins for which to get the drive format.
Return Value
Type: DriveFormatThe drive format of the time set to get.
Exceptions
Exception | Condition |
---|---|
SelectorNameException | The value for pinSetString contains a pin or pin group name not loaded in the pin map. |