RfsgArb.OutputPort Property
- Updated2025-05-22
- 1 minute(s) read
Rfsg
Gets or sets the connector(s) to generate the signal.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public RfsgOutputPort OutputPort { get; set; }
Public Property OutputPort As RfsgOutputPort Get Set
Property Value
RfsgOutputPortSpecifies the RfsgOutputPort enumeration. The default value is RFOut.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The OutputPort property was accessed after the associated NIRfsg object was disposed. |