Layer

SCPI Command :

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

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

Parameters:

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

Returns:

layer: TRANsport | PHYSical

set(layer: EnhBitErr, cell=Cell.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:BIT:LAYer
driver.source.bb.tdscdma.down.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.

Parameters:
  • layer – TRANsport | PHYSical

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