Sfactor

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:PRAC:MSG:SFACtor
class SfactorCls[source]

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

get(cell=Cell.Default, slotNull=SlotNull.Default) RsSmbv.enums.TdscdmaSpreadFactor[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:PRAC:MSG:SFACtor
value: enums.TdscdmaSpreadFactor = driver.source.bb.tdscdma.up.cell.slot.prac.msg.sfactor.get(cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default)

Sets the spreading factor for the PRACH.

param cell

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

param slotNull

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

return

sfactor: 4| 8| 16

set(sfactor: RsSmbv.enums.TdscdmaSpreadFactor, cell=Cell.Default, slotNull=SlotNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:PRAC:MSG:SFACtor
driver.source.bb.tdscdma.up.cell.slot.prac.msg.sfactor.set(sfactor = enums.TdscdmaSpreadFactor._1, cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default)

Sets the spreading factor for the PRACH.

param sfactor

4| 8| 16

param cell

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

param slotNull

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