InitPattern

SCPI Command :

[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:PUUCi:INITpattern
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userNull=UserNull.Default) float[source]
# [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:PUUCi:INITpattern
value: float = driver.source.bb.nr5G.ubwp.user.puuci.initPattern.get(userNull = repcap.UserNull.Default)

Sets an initialization value for the second m-sequence in the PN sequence. Prerequisites for this command

  • Select a PN sequence as data source (method RsSmbv.source.bb.nr5G.ubwp.user.puuci.data.set() ) .

Parameters:

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

set(pattern_init: float, userNull=UserNull.Default) None[source]
# [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:PUUCi:INITpattern
driver.source.bb.nr5G.ubwp.user.puuci.initPattern.set(pattern_init = 1.0, userNull = repcap.UserNull.Default)

Sets an initialization value for the second m-sequence in the PN sequence. Prerequisites for this command

  • Select a PN sequence as data source (method RsSmbv.source.bb.nr5G.ubwp.user.puuci.data.set() ) .

Parameters:
  • pattern_init – float Range: 1 to 0x7fffff

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