NI-RFPM API Reference

Table of Contents

NIRfpmSwitch.Path Property

  • Updated2023-12-28
  • 1 minute(s) read
NIRfpmSwitch.Path Property

NIRfpmSwitchPath Property

Gets a RfpmSwitchPath object which is used to build a channel path in the NI-RFPM Switch driver.

Namespace:  NationalInstruments.ModularInstruments.NIRfpmSwitch
Assembly:  NationalInstruments.ModularInstruments.NIRfpmSwitch.Fx40 (in NationalInstruments.ModularInstruments.NIRfpmSwitch.Fx40.dll) Version: 2023

Syntax

public RfpmSwitchPath Path { get; }
Public ReadOnly Property Path As RfpmSwitchPath
	Get

Property Value

Type: RfpmSwitchPath
A RfpmSwitchPath object.

Exceptions

ExceptionCondition
ObjectDisposedExceptionPath was accessed after the associated NIRfpmSwitch object was disposed.

See Also

Log in to get a better experience