NIRfsg Namespace

Table of Contents

RfsgOutputTerminal Class

  • Updated2025-05-22
  • 7 minute(s) read
RfsgOutputTerminal Class

RfsgOutputTerminal Class

Specifies the terminal where the signal is exported. You can choose not to export any signal.

Inheritance Hierarchy

SystemObject
  NationalInstruments.ModularInstruments.NIRfsgRfsgOutputTerminal

Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025

Syntax

public sealed class RfsgOutputTerminal
Public NotInheritable Class RfsgOutputTerminal

The RfsgOutputTerminal type exposes the following members.

Properties

 NameDescription
Public propertyStatic memberClockOut Exports a signal to the CLK OUT connector.
Public propertyStatic memberDio1 Gets the source terminal when the trigger is received on the DIO PFI1.
Public propertyStatic memberDio2 Gets the source terminal when the trigger is received on the DIO PFI2.
Public propertyStatic memberDio3 Gets the source terminal when the trigger is received on the DIO PFI3.
Public propertyStatic memberDio4 Gets the source terminal when the trigger is received on the DIO PFI4.
Public propertyStatic memberDio5 Gets the source terminal when the trigger is received on the DIO PFI5.
Public propertyStatic memberDio6 Gets the source terminal when the trigger is received on the DIO PFI6.
Public propertyStatic memberDio7 Gets the source terminal when the trigger is received on the DIO PFI7.
Public propertyStatic memberDioO Gets the source terminal when the trigger is received on the DIO PFI0.
Public propertyStatic memberDoNotExport Does not export a signal.
Public propertyStatic memberPFI0 Exports a signal to the PFI 0 terminal.
Public propertyStatic memberPFI1 Exports a signal to the PFI 1 terminal.
Public propertyStatic memberPFI4 Exports a signal to the PFI 4 terminal.
Public propertyStatic memberPFI5 Exports a signal to the PFI 5 terminal.
Public propertyStatic memberPXIeDStarC Exports a signal to the PXIe DStar C trigger line terminal. This value is valid on only the PXIe-5820/5830/5831/5832/5840.
Public propertyStatic memberPxiStarLine Exports a signal to the PXI star trigger line terminal. This value is not valid for the PXIe-5644/5645/5646.
Public propertyStatic memberPxiTriggerLine0 Exports a signal to the PXI trigger line 0 terminal.
Public propertyStatic memberPxiTriggerLine1 Exports a signal to the PXI trigger line 1 terminal.
Public propertyStatic memberPxiTriggerLine2 Exports a signal to the PXI trigger line 2 terminal.
Public propertyStatic memberPxiTriggerLine3 Exports a signal to the PXI trigger line 3 terminal.
Public propertyStatic memberPxiTriggerLine4 Exports a signal to the PXI trigger line 4 terminal.
Public propertyStatic memberPxiTriggerLine5 Exports a signal to the PXI trigger line 5 terminal.
Public propertyStatic memberPxiTriggerLine6 Exports a signal to the PXI trigger line 6 terminal.
Public propertyStatic memberReferenceOut Exports a signal to the REF OUT connector.
Public propertyStatic memberReferenceOut2 Exports a signal to the REF OUT2 connector, if applicable.
Public propertyStatic memberTriggerOutputTerminal Exports a signal to the TRIG IN/OUT terminal.
Top

Methods

 NameDescription
Public methodEquals(Object) Determines whether the current instance of RfsgOutputTerminal and the object that you specify are equal.
(Overrides ObjectEquals(Object))
Public methodEquals(RfsgOutputTerminal) Determines whether the current instance of RfsgOutputTerminal and the RfsgOutputTerminal object that you specify are equal.
Public methodStatic memberFromString Creates an RfsgOutputTerminal object from the specified string.
Public methodGetHashCode Returns the hash code for the current instance of RfsgOutputTerminal.
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Converts the current instance of RfsgStartedEventExportedOutputTerminal to string.
(Overrides ObjectToString)
Top

Operators

 NameDescription
Public operatorStatic memberEquality(RfsgOutputTerminal, RfsgOutputTerminal) Checks whether the two instances of RfsgOutputTerminal are equal.
Public operatorStatic member(RfsgOutputTerminal to String) Converts the RfsgOutputTerminal object equivalent string.
Public operatorStatic member(String to RfsgOutputTerminal) Converts the specified string to equivalent RfsgOutputTerminal object.
Public operatorStatic memberInequality(RfsgOutputTerminal, RfsgOutputTerminal) Checks whether the two instances of RfsgOutputTerminal are unequal.
Top

See Also

Log in to get a better experience