Sfactor

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSUPA:SFACtor
class SfactorCls[source]

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

get(cell=Cell.Default) RsSmbv.enums.TdscdmaSpreadFactor[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSUPA:SFACtor
value: enums.TdscdmaSpreadFactor = driver.source.bb.tdscdma.up.cell.enh.dch.hsupa.sfactor.get(cell = repcap.Cell.Default)

Selects the spreading factor for the FRC.

param cell

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

return

sfactor: 1| 2| 4| 8| 16

set(sfactor: RsSmbv.enums.TdscdmaSpreadFactor, cell=Cell.Default) None[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSUPA:SFACtor
driver.source.bb.tdscdma.up.cell.enh.dch.hsupa.sfactor.set(sfactor = enums.TdscdmaSpreadFactor._1, cell = repcap.Cell.Default)

Selects the spreading factor for the FRC.

param sfactor

1| 2| 4| 8| 16

param cell

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