Represents the output terminal for pulse modulation.

Derives from

None

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public class RfsgExportedPulseModulationEventOutputTerminal

Remarks

See ExportedPulseModulationEventOutputTerminal.

Properties

NameDescription
Disable

Gets the output terminal when pulse modulation is disabled.

PulseOut

Gets the output terminal when it is pulseOut.

Methods

NameDescription
FromString(string)

Creates an RfsgExportedPulseModulationEventOutputTerminal object from the specified string.

Equals(RfsgExportedPulseModulationEventOutputTerminal)

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

Equals(object)

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

GetHashCode()

Returns the hash code for the current instance of RfsgExportedPulseModulationEventOutputTerminal.

ToString()

Converts the current instance of RfsgExportedPulseModulationEventOutputTerminal to string.

Operators

NameDescription
operator RfsgExportedPulseModulationEventOutputTerminal(string)

Convert the specified string to equivalent RfsgExportedPulseModulationEventOutputTerminal object.

operator string(RfsgExportedPulseModulationEventOutputTerminal)

Converts the RfsgExportedPulseModulationEventOutputTerminal object to equivalent string.

operator!=(RfsgExportedPulseModulationEventOutputTerminal, RfsgExportedPulseModulationEventOutputTerminal)

Checks whether the two instances of RfsgExportedPulseModulationEventOutputTerminal are unequal.

operator==(RfsgExportedPulseModulationEventOutputTerminal, RfsgExportedPulseModulationEventOutputTerminal)

Checks whether the two instances of RfsgExportedPulseModulationEventOutputTerminal are equal.