Lpy
SCPI Command :
[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SSPBch<SSB(ST0)>:L
- class LpyCls[source]
Lpy commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cellNull=CellNull.Default, indexNull=IndexNull.Default) RsSmw.enums.SspBchBitLengthAll [source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SSPBch<SSB(ST0)>:L value: enums.SspBchBitLengthAll = driver.source.bb.nr5G.node.cell.sspbch.lpy.get(cellNull = repcap.CellNull.Default, indexNull = repcap.IndexNull.Default)
Sets the number of SS/PBCH blocks, transmitted per half-frame.
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- param indexNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sspbch’)
- return
position_bit_len: L4| L8| L64| L10| L20
- set(position_bit_len: RsSmw.enums.SspBchBitLengthAll, cellNull=CellNull.Default, indexNull=IndexNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SSPBch<SSB(ST0)>:L driver.source.bb.nr5G.node.cell.sspbch.lpy.set(position_bit_len = enums.SspBchBitLengthAll.L10, cellNull = repcap.CellNull.Default, indexNull = repcap.IndexNull.Default)
Sets the number of SS/PBCH blocks, transmitted per half-frame.
- param position_bit_len
L4| L8| L64| L10| L20
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- param indexNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sspbch’)