AdvancedOutput Property
- Updated2023-02-21
- 3 minute(s) read
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
Exception | Condition |
---|---|
ObjectDisposedException | The AdvancedOutput was accessed after the associated NISwitch.NISwitch object was disposed. |
Remarks
- SwitchScanAdvancedOutput.None: The switch does not produce a NISwitch.SwitchScanAdvancedOutput trigger.
- SwitchScanAdvancedOutput.External: The switch produces the NISwitch.SwitchScanAdvancedOutput trigger on the "trigger out" connector.
- SwitchScanAdvancedOutput.Ttl0: The switch produces the NISwitch.SwitchScanAdvancedOutput on the SCXI or PXI_TRIG0 line.
- SwitchScanAdvancedOutput.Ttl1: The switch produces the NISwitch.SwitchScanAdvancedOutput on the PXI_TRIG1 line.
- SwitchScanAdvancedOutput.Ttl2: The switch produces the NISwitch.SwitchScanAdvancedOutput on the SCXI or PXI_TRIG2 line.
- SwitchScanAdvancedOutput.Ttl3: The switch produces the NISwitch.SwitchScanAdvancedOutput on the PXI_TRIG3 line.
- SwitchScanAdvancedOutput.Ttl4: The switch produces the NISwitch.SwitchScanAdvancedOutput on the PXI_TRIG4 line.
- SwitchScanAdvancedOutput.Ttl5: The switch produces the NISwitch.SwitchScanAdvancedOutput on the PXI_TRIG5 line.
- SwitchScanAdvancedOutput.Ttl6: The switch produces the NISwitch.SwitchScanAdvancedOutput on the PXI_TRIG6 line.
- SwitchScanAdvancedOutput.Ttl7: The switch produces the NISwitch.SwitchScanAdvancedOutput on the PXI_TRIG7 line.
- The switch produces the NISwitch.SwitchScanAdvancedOutput on the PXI STAR trigger bus.
- SwitchScanAdvancedOutput.FrontConnector: The switch will send its SCANNER ADVANCED output to the front connector. When using SCXI switches as scanners, all the devices that are part of the scanner will send their SCANNER ADVANCED output to their respective front connectors.