RfsgOutputTerminal Class
- Updated2025-05-22
- 7 minute(s) read
Rfsg
Specifies the terminal where the signal is exported. You can choose not to export any signal.
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
![]() ![]() | ClockOut | Exports a signal to the CLK OUT connector. |
![]() ![]() | Dio1 | Gets the source terminal when the trigger is received on the DIO PFI1. |
![]() ![]() | Dio2 | Gets the source terminal when the trigger is received on the DIO PFI2. |
![]() ![]() | Dio3 | Gets the source terminal when the trigger is received on the DIO PFI3. |
![]() ![]() | Dio4 | Gets the source terminal when the trigger is received on the DIO PFI4. |
![]() ![]() | Dio5 | Gets the source terminal when the trigger is received on the DIO PFI5. |
![]() ![]() | Dio6 | Gets the source terminal when the trigger is received on the DIO PFI6. |
![]() ![]() | Dio7 | Gets the source terminal when the trigger is received on the DIO PFI7. |
![]() ![]() | DioO | Gets the source terminal when the trigger is received on the DIO PFI0. |
![]() ![]() | DoNotExport | Does not export a signal. |
![]() ![]() | PFI0 | Exports a signal to the PFI 0 terminal. |
![]() ![]() | PFI1 | Exports a signal to the PFI 1 terminal. |
![]() ![]() | PFI4 | Exports a signal to the PFI 4 terminal. |
![]() ![]() | PFI5 | Exports a signal to the PFI 5 terminal. |
![]() ![]() | PXIeDStarC | Exports a signal to the PXIe DStar C trigger line terminal. This value is valid on only the PXIe-5820/5830/5831/5832/5840. |
![]() ![]() | PxiStarLine | Exports a signal to the PXI star trigger line terminal. This value is not valid for the PXIe-5644/5645/5646. |
![]() ![]() | PxiTriggerLine0 | Exports a signal to the PXI trigger line 0 terminal. |
![]() ![]() | PxiTriggerLine1 | Exports a signal to the PXI trigger line 1 terminal. |
![]() ![]() | PxiTriggerLine2 | Exports a signal to the PXI trigger line 2 terminal. |
![]() ![]() | PxiTriggerLine3 | Exports a signal to the PXI trigger line 3 terminal. |
![]() ![]() | PxiTriggerLine4 | Exports a signal to the PXI trigger line 4 terminal. |
![]() ![]() | PxiTriggerLine5 | Exports a signal to the PXI trigger line 5 terminal. |
![]() ![]() | PxiTriggerLine6 | Exports a signal to the PXI trigger line 6 terminal. |
![]() ![]() | ReferenceOut | Exports a signal to the REF OUT connector. |
![]() ![]() | ReferenceOut2 | Exports a signal to the REF OUT2 connector, if applicable. |
![]() ![]() | TriggerOutputTerminal | Exports a signal to the TRIG IN/OUT terminal. |
Methods
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the current instance of RfsgOutputTerminal and the object that you specify are equal.
(Overrides ObjectEquals(Object)) |
![]() | Equals(RfsgOutputTerminal) | Determines whether the current instance of RfsgOutputTerminal and the RfsgOutputTerminal object that you specify are equal. |
![]() ![]() | FromString | Creates an RfsgOutputTerminal object from the specified string. |
![]() | GetHashCode |
Returns the hash code for the current instance of RfsgOutputTerminal.
(Overrides ObjectGetHashCode) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | ToString |
Converts the current instance of RfsgStartedEventExportedOutputTerminal to string.
(Overrides ObjectToString) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality(RfsgOutputTerminal, RfsgOutputTerminal) | Checks whether the two instances of RfsgOutputTerminal are equal. |
![]() ![]() | (RfsgOutputTerminal to String) | Converts the RfsgOutputTerminal object equivalent string. |
![]() ![]() | (String to RfsgOutputTerminal) | Converts the specified string to equivalent RfsgOutputTerminal object. |
![]() ![]() | Inequality(RfsgOutputTerminal, RfsgOutputTerminal) | Checks whether the two instances of RfsgOutputTerminal are unequal. |