GetDownlinkSpreadingPNOffset(string, out int)
- Updated2025-10-13
- 1 minute(s) read
Specified the PN offset in increments of 64 chips for forward link.
Syntax
Namespace: NationalInstruments.RFmx.Cdma2kMX
public int GetDownlinkSpreadingPNOffset(string selectorString, out int value)
Remarks
This method gets the value of DownlinkSpreadingPNOffset attribute.The default value is 0.
Specified the PN offset in increments of 64 chips for forward link.
This method gets the value of DownlinkSpreadingPNOffset attribute.The default value is 0.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | out int | Specified the PN offset in increments of 64 chips for forward link. |
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | out int | Specified the PN offset in increments of 64 chips for forward link. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.