Specifies the the channel from which the device monitors the trigger.

Derives from

None

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public class RfsaIQAnalogEdgeSource

Remarks

See Source.

Properties

NameDescription
I

Gets the value to monitor the I channel.

IQ

Gets the value to monitor the IQ channel.

Q

Gets the value to monitor the Q channel.

QI

Gets the value to monitor the QI channel.

Methods

NameDescription
Equals(RfsaIQAnalogEdgeSource)

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

Equals(object)

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

GetHashCode()

Returns the hash code for the current instance of RfsaIQAnalogEdgeSource.

ToString()

Converts the current instance of RfsaIQAnalogEdgeSource to string.

Operators

NameDescription
operator RfsaIQAnalogEdgeSource(string)

Converts the specified string to its RfsaIQAnalogEdgeSource equivalent.

operator string(RfsaIQAnalogEdgeSource)

Converts the RfsaIQAnalogEdgeSource object to its string equivalent.

operator!=(RfsaIQAnalogEdgeSource, RfsaIQAnalogEdgeSource)

Checks whether the two instances of RfsaIQAnalogEdgeSource are unequal.

operator==(RfsaIQAnalogEdgeSource, RfsaIQAnalogEdgeSource)

Checks whether the two instances of RfsaIQAnalogEdgeSource are equal.