Frc

SCPI Command :

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

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

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

Selects a predefined E-DCH fixed reference channel or fully configurable user mode.

param cell

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

return

frc: 1| 2| 3| 4| USER

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

Selects a predefined E-DCH fixed reference channel or fully configurable user mode.

param frc

1| 2| 3| 4| USER

param cell

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