Eprotection

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:DCCH:EPRotection
class EprotectionCls[source]

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

get(cell=Cell.Default) RsSmbv.enums.EnhTchErr[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:DCCH:EPRotection
value: enums.EnhTchErr = driver.source.bb.tdscdma.up.cell.enh.dch.dcch.eprotection.get(cell = repcap.Cell.Default)

Sets the error protection.

param cell

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

return

eprotection: NONE| TURBo3| CON2| CON3

set(eprotection: RsSmbv.enums.EnhTchErr, cell=Cell.Default) None[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:DCCH:EPRotection
driver.source.bb.tdscdma.up.cell.enh.dch.dcch.eprotection.set(eprotection = enums.EnhTchErr.CON2, cell = repcap.Cell.Default)

Sets the error protection.

param eprotection

NONE| TURBo3| CON2| CON3

param cell

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