Eprotection

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DCCH:EPRotection
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cell=Cell.Default) EnhTchErr[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DCCH:EPRotection
value: enums.EnhTchErr = driver.source.bb.tdscdma.down.cell.enh.dch.dcch.eprotection.get(cell = repcap.Cell.Default)

Sets the error protection.

Parameters:

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

Returns:

eprotection: NONE | TURBo3 | CON2 | CON3

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

Sets the error protection.

Parameters:
  • eprotection – NONE | TURBo3 | CON2 | CON3

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