PrbsSeed
- Updated2025-10-14
- 1 minute(s) read
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
| Type | Description |
|---|---|
| System.ObjectDisposedException | The PrbsSeed property was accessed after the associated NIRfsg object was disposed. |