NI-SWITCH 19.0 .NET Framework 4.0 API Reference

Table of Contents

AdvancedOutput Property

  • Updated2023-02-21
  • 3 minute(s) read
AdvancedOutput Property
Gets or sets a value which specifies the method you want to use to notify another instrument that all signals going through the switch have settled following the processing of one entry in the SwitchScan.List.

Namespace:  NationalInstruments.ModularInstruments.NISwitch
Assembly:  NationalInstruments.ModularInstruments.NISwitch.Fx40 (in NationalInstruments.ModularInstruments.NISwitch.Fx40.dll) Version: 19.0.0.49152 (19.0.0.49152)
Visual Basic (Declaration)
Public Property AdvancedOutput As String
C#
public string AdvancedOutput { get; set; }

Property Value

Type: System..::.String
The values accepted by this property are defined in NISwitch.SwitchScanAdvancedOutput

Exceptions

ExceptionCondition
ObjectDisposedException The AdvancedOutput was accessed after the associated NISwitch.NISwitch object was disposed.

Remarks

See Also

Log in to get a better experience