Layer

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:BIT:LAYer
class LayerCls[source]

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

get(cell=Cell.Default) RsSmbv.enums.EnhBitErr[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:BIT:LAYer
value: enums.EnhBitErr = driver.source.bb.tdscdma.up.cell.enh.dch.bit.layer.get(cell = repcap.Cell.Default)

Sets the layer in the coding process at which bit errors are inserted.

param cell

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

return

layer: TRANsport| PHYSical

set(layer: RsSmbv.enums.EnhBitErr, cell=Cell.Default) None[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:BIT:LAYer
driver.source.bb.tdscdma.up.cell.enh.dch.bit.layer.set(layer = enums.EnhBitErr.PHYSical, cell = repcap.Cell.Default)

Sets the layer in the coding process at which bit errors are inserted.

param layer

TRANsport| PHYSical

param cell

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