Gets or sets the seed of the internally generated PRBS.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public int PrbsSeed { get; set; }

Remarks

Specifies an Int32 representing the seed of the internally generated PRBS. The default value is 1.

Exceptions

TypeDescription
System.ObjectDisposedException

The PrbsSeed property was accessed after the associated NIRfsg object was disposed.