NI-DAQmx .NET Framework 4.5 API Reference

DaqSystem.GetLogicFamilyPowerUpState Method

  • Updated2023-02-21
  • 1 minute(s) read
DaqSystem.GetLogicFamilyPowerUpState Method
Gets the digital logic family for a device.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public LogicFamily GetLogicFamilyPowerUpState(
	string deviceName
)
Public Function GetLogicFamilyPowerUpState ( 
	deviceName As String
) As LogicFamily

Parameters

deviceName
Type: SystemString
The name, as configured in Measurement Automation Explorer (MAX), of the device to which this operation applies.

Return Value

Type: LogicFamily
Returns the DILogicFamily that the device is set to when the device powers up.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience