InitPattern
SCPI Command :
[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:PUPLoad:INITpattern
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userNull=UserNull.Default) int[source]
# [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:PUPLoad:INITpattern value: int = driver.source.bb.nr5G.ubwp.user.pupload.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.pupload.data.set()) .
- Parameters:
userNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)
- set(pattern_init: int, userNull=UserNull.Default) None[source]
# [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:PUPLoad:INITpattern driver.source.bb.nr5G.ubwp.user.pupload.initPattern.set(pattern_init = 1, 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.pupload.data.set()) .
- Parameters:
pattern_init – integer Range: 1 to 0x7fffff
userNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)