InitPattern
SCPI Command :
[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:PUUCi:INITpattern
- class InitPatternCls[source]
InitPattern commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userNull=UserNull.Default) float [source]
# SCPI: [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.
INTRO_CMD_HELP: Prerequisites for this command
Select a PN sequence as data source ([:SOURce<hw>]:BB:NR5G:UBWP:USER<us>:PUUCi:DATA) .
- param userNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)
- return
pattern_init: No help available
- set(pattern_init: float, userNull=UserNull.Default) None [source]
# SCPI: [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.
INTRO_CMD_HELP: Prerequisites for this command
Select a PN sequence as data source ([:SOURce<hw>]:BB:NR5G:UBWP:USER<us>:PUUCi:DATA) .
- param pattern_init
float Range: 1 to 0x7fffff
- param userNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)