Eprotection
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DTCH<CH>:EPRotection
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cell=Cell.Default, channel=Channel.Default) EnhTchErr[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DTCH<CH>:EPRotection value: enums.EnhTchErr = driver.source.bb.tdscdma.down.cell.enh.dch.dtch.eprotection.get(cell = repcap.Cell.Default, channel = repcap.Channel.Default)
Sets the error protection.
- Parameters:
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Dtch’)
- Returns:
eprotection: NONE | TURBo3 | CON2 | CON3
- set(eprotection: EnhTchErr, cell=Cell.Default, channel=Channel.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DTCH<CH>:EPRotection driver.source.bb.tdscdma.down.cell.enh.dch.dtch.eprotection.set(eprotection = enums.EnhTchErr.CON2, cell = repcap.Cell.Default, channel = repcap.Channel.Default)
Sets the error protection.
- Parameters:
eprotection – NONE | TURBo3 | CON2 | CON3
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Dtch’)