Nwin

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:NETWork:SYSTem:NWIN
class Nwin[source]

Nwin commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

class GetStruct[source]

Response structure. Fields:

  • Window_Size: int: Window size index Range: 0 to 15

  • Pn_Chips: enums.PnChips: C4 | C6 | C8 | C10 | C14 | C20 | C28 | C40 | C60 | C80 | C100 | C130 | C160 | C226 | C320 | C452 Window size as number of PN chips

get()GetStruct[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:NETWork:SYSTem:NWIN
value: GetStruct = driver.configure.network.system.nwin.get()


    INTRO_CMD_HELP: Search window size (index) for

    - The active set and candidate set (SRCH_WIN_Asystem parameter → AWIN suffix)
    - The neighbor set (SRCH_WIN_N system parameter → NWIN suffix)
    - The remaining set (SRCH_WIN_R system parameter → RWIN suffix)
The search window size is the number of PN chips specified in the following table:

Table Header: SRCH_WIN_A SRCH_WIN_N SRCH_WIN_R / Window_size (PN chips) / SRCH_WIN_A SRCH_WIN_N SRCH_WIN_NGHB R SRCH_WIN_R CF_SRCH_WIN_N / Window_size (PN chips)

  • 0 / 4 / 8 / 60

  • 1 / 6 / 9 / 80

  • 2 / 8 / 10 / 100

  • 3 / 10 / 11 / 130

  • 4 / 14 / 12 / 160

  • 5 / 20 / 13 / 226

  • 6 / 28 / 14 / 320

  • 7 / 40 / 15 / 452

return

structure: for return value, see the help for GetStruct structure arguments.

set(window_size: int)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:NETWork:SYSTem:NWIN
driver.configure.network.system.nwin.set(window_size = 1)


    INTRO_CMD_HELP: Search window size (index) for

    - The active set and candidate set (SRCH_WIN_Asystem parameter → AWIN suffix)
    - The neighbor set (SRCH_WIN_N system parameter → NWIN suffix)
    - The remaining set (SRCH_WIN_R system parameter → RWIN suffix)
The search window size is the number of PN chips specified in the following table:

Table Header: SRCH_WIN_A SRCH_WIN_N SRCH_WIN_R / Window_size (PN chips) / SRCH_WIN_A SRCH_WIN_N SRCH_WIN_NGHB R SRCH_WIN_R CF_SRCH_WIN_N / Window_size (PN chips)

  • 0 / 4 / 8 / 60

  • 1 / 6 / 9 / 80

  • 2 / 8 / 10 / 100

  • 3 / 10 / 11 / 130

  • 4 / 14 / 12 / 160

  • 5 / 20 / 13 / 226

  • 6 / 28 / 14 / 320

  • 7 / 40 / 15 / 452

param window_size

Window size index Range: 0 to 15