InitPattern

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:INITpattern
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userIx=UserIx.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:INITpattern
value: int = driver.source.bb.eutra.downlink.user.initPattern.get(userIx = repcap.UserIx.Default)

Selects the starting seed for data sources for the PDSCH allocation.

Parameters:

userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)

Returns:

pattern_init: integer Range: 0 to #H7fffff

set(pattern_init: int, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:INITpattern
driver.source.bb.eutra.downlink.user.initPattern.set(pattern_init = 1, userIx = repcap.UserIx.Default)

Selects the starting seed for data sources for the PDSCH allocation.

Parameters:
  • pattern_init – integer Range: 0 to #H7fffff

  • userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)