NI-DAQmx .NET Framework 4.5 API Reference

SwitchChannel.AnalogBusSharingEnable Property

  • Updated2023-02-21
  • 1 minute(s) read
SwitchChannel.AnalogBusSharingEnable Property
Specifies whether to enable sharing of an analog bus line so that multiple switch devices can connect to it simultaneously. For each device that will share the analog bus line, set this property to to enable sharing on the channel that connects to the analog bus line. Analog bus sharing is disabled by default.

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

Syntax

public bool AnalogBusSharingEnable { get; set; }
Public Property AnalogBusSharingEnable As Boolean
	Get
	Set

Property Value

Type: Boolean
Specifies whether to enable sharing of an analog bus line so that multiple switch devices can connect to it simultaneously.

See Also

Log in to get a better experience