Layer

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:DERRor:BIT:LAYer
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channelNull=ChannelNull.Default) EnhBitErr[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:DERRor:BIT:LAYer
value: enums.EnhBitErr = driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.derror.bit.layer.get(channelNull = repcap.ChannelNull.Default)

The command selects the layer in the coding process in which bit errors are inserted.

Parameters:

channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)

Returns:

layer: TRANsport | PHYSical TRANsport Transport Layer (Layer 2) . This layer is only available when channel coding is active. PHYSical Physical layer (Layer 1) .

set(layer: EnhBitErr, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:DERRor:BIT:LAYer
driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.derror.bit.layer.set(layer = enums.EnhBitErr.PHYSical, channelNull = repcap.ChannelNull.Default)

The command selects the layer in the coding process in which bit errors are inserted.

Parameters:
  • layer – TRANsport | PHYSical TRANsport Transport Layer (Layer 2) . This layer is only available when channel coding is active. PHYSical Physical layer (Layer 1) .

  • channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)