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

Derives from

None

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public class RfsaOutputTerminal

Properties

NameDescription
ClockOut

The signal is exported to the CLK OUT connector on the IF digitizer. This value is not valid for the PXIe-5644/5645/5646 or PXIe-5820/5830/5831/5832/5840.

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

The signal is not exported.

PFI0

The signal is exported to the PFI 0 connector.

PFI1

The signal is exported to the PFI 1 connector on the PXI-5142 and PXIe-5622.

PXIe_DStarC

The signal is exported to the PXI DStar C trigger line. This value is valid on only the PXIe-5820/5830/5831/5832/5840.

PxiStarLine

The signal is exported to the PXI star trigger line.

PxiTriggerLine0

The signal is exported to the PXI trigger line 0.

PxiTriggerLine1

The signal is exported to the PXI trigger line 1.

PxiTriggerLine2

The signal is exported to the PXI trigger line 2.

PxiTriggerLine3

The signal is exported to the PXI trigger line 3.

PxiTriggerLine4

The signal is exported to the PXI trigger line 4.

PxiTriggerLine5

The signal is exported to the PXI trigger line 5.

PxiTriggerLine6

The signal is exported to the PXI trigger line 6.

PxiTriggerLine7

The signal is exported to the PXI trigger line 7.

ReferenceOut

The signal is exported to the REF IN/OUT terminal on the PXI/PXIe-5652, the REF OUT terminals on the PXIe-5653, or the REF OUT terminal on the PXIe-5694, PXIe-5644/5645/5646, or PXIe-5820/5830/5831/5832/5840.

ReferenceOut2

The signal is exported to the REF OUT2 terminal on the PXIe-5652. This value is valid only for the PXIe-5663E.

Methods

NameDescription
FromString(string)

Creates an RfsaOutputTerminal object from the specified string.

Equals(RfsaOutputTerminal)

Determines whether the current instance of RfsaOutputTerminal and the RfsaOutputTerminal object that you specify are equal.

Equals(object)

Determines whether the current instance of RfsaOutputTerminal and the object that you specify are equal.

GetHashCode()

Returns the hash code for the current instance of RfsaOutputTerminal.

ToString()

Converts the current instance of RfsaOutputTerminal to string.

Operators

NameDescription
operator RfsaOutputTerminal(string)

Converts the specifies string to the equivalent RfsaOutputTerminal object.

operator string(RfsaOutputTerminal)

Converts the RfsaOutputTerminal object to equivalent string.

operator!=(RfsaOutputTerminal, RfsaOutputTerminal)

Checks whether the two instances of RfsaOutputTerminal are unequal.

operator==(RfsaOutputTerminal, RfsaOutputTerminal)

Checks whether the two instances of RfsaOutputTerminal are equal.