SltPatt

SCPI Command :

[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:DL:BWP<BWP(DIR0)>:RATM:RS<GR0>:SLTPatt
class SltPattCls[source]

SltPatt commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class SltPattStruct[source]

Response structure. Fields:

  • Rate_Mat_Slot_Patt: List[str]: 28 bits

  • Bitcount: int: integer Range: 14 to 28

get(userNull=UserNull.Default, cellNull=CellNull.Default, bwPartNull=BwPartNull.Default, rateSettingNull=RateSettingNull.Default) SltPattStruct[source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:DL:BWP<BWP(DIR0)>:RATM:RS<GR0>:SLTPatt
value: SltPattStruct = driver.source.bb.nr5G.ubwp.user.cell.downlink.bwp.ratm.rs.sltPatt.get(userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default, rateSettingNull = repcap.RateSettingNull.Default)

Set the slots to be used as a pattern.

param userNull

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

param cellNull

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

param bwPartNull

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

param rateSettingNull

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

return

structure: for return value, see the help for SltPattStruct structure arguments.

set(rate_mat_slot_patt: List[str], bitcount: int, userNull=UserNull.Default, cellNull=CellNull.Default, bwPartNull=BwPartNull.Default, rateSettingNull=RateSettingNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:DL:BWP<BWP(DIR0)>:RATM:RS<GR0>:SLTPatt
driver.source.bb.nr5G.ubwp.user.cell.downlink.bwp.ratm.rs.sltPatt.set(rate_mat_slot_patt = ['rawAbc1', 'rawAbc2', 'rawAbc3'], bitcount = 1, userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default, rateSettingNull = repcap.RateSettingNull.Default)

Set the slots to be used as a pattern.

param rate_mat_slot_patt

28 bits

param bitcount

integer Range: 14 to 28

param userNull

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

param cellNull

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

param bwPartNull

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

param rateSettingNull

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