NI-DAQmx .NET Framework 4.5 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Switch Properties

Switch Properties

Switch Properties

The Switch type exposes the following members.

Properties

  NameDescription
Public propertyAutoConnectAnalogBus
Specifies if NI-DAQmx routes multiplexed channels to the analog bus backplane. Only the SCXI-1127 and SCXI-1128 support this property.
Public propertyIsSettled
Indicates when SettlingTime has expired.
Public propertyNumberOfColumns
Gets the number of columns on a device in a matrix switch topology. This value is always 1 if the device is in a mux topology.
Public propertyNumberOfRelays
Indicates the number of relays on the device. This value matches the number of relay names in RelayList.
Public propertyNumberOfRows
Indicates the number of rows on a device in a matrix switch topology. Indicates the number of multiplexed channels on a device in a mux topology.
Public propertyNumberOfSwitchChannels
Indicates the number of switch channels for the current topology of the device. This value matches the number of channel names in SwitchChannelList.
Public propertyPowerDownLatchingRelaysAfterSettling
Specifies if WaitForSettling powers down latching relays after waiting for the device to settle.
Public propertyRelayList
Indicates a comma-delimited list of relay names.
Public propertySettlingTime
Specifies in seconds the amount of time to wait for the switch to settle (or debounce). NI-DAQmx adds this time to the settling time of the motherboard. Modify this property only if the switch does not settle within the settling time of the motherboard. Refer to device documentation for supported settling times.
Public propertySupportedTopologies
Gets an array of the names of all switch topologies supported by this switch device.
Public propertySwitchChannelList
Indicates a comma-delimited list of channel names for the current topology of the device.
Public propertyTemperature
Indicates the current temperature as read by the Switch module in degrees Celsius. Refer to your device documentation for more information.
Public propertyTopology
Indicates the current topology of the device. This value is one of the topology options in SetTopologyAndReset(String).
Top

See Also

In This Section
Was this information helpful?