Sfactor
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSUPA:SFACtor
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cell=Cell.Default) TdscdmaSpreadFactor[source]
# [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.
- Parameters:
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- Returns:
sfactor: 1 | 2| 4 | 8| 16
- set(sfactor: TdscdmaSpreadFactor, cell=Cell.Default) None[source]
# [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.
- Parameters:
sfactor – 1 | 2| 4 | 8| 16
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)