Eprotection
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:DTCH<CH>:EPRotection
- class EprotectionCls[source]
Eprotection commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell=Cell.Default, channel=Channel.Default) RsSmbv.enums.EnhTchErr [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:DTCH<CH>:EPRotection value: enums.EnhTchErr = driver.source.bb.tdscdma.up.cell.enh.dch.dtch.eprotection.get(cell = repcap.Cell.Default, channel = repcap.Channel.Default)
Sets the error protection.
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- param channel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Dtch’)
- return
eprotection: NONE| TURBo3| CON2| CON3
- set(eprotection: RsSmbv.enums.EnhTchErr, cell=Cell.Default, channel=Channel.Default) None [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:DTCH<CH>:EPRotection driver.source.bb.tdscdma.up.cell.enh.dch.dtch.eprotection.set(eprotection = enums.EnhTchErr.CON2, cell = repcap.Cell.Default, channel = repcap.Channel.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’)
- param channel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Dtch’)