Layer
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:DERRor:BIT:LAYer
- class LayerCls[source]
Layer commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(channelNull=ChannelNull.Default) RsSmbv.enums.EnhBitErr [source]
# SCPI: [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.
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- return
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: RsSmbv.enums.EnhBitErr, channelNull=ChannelNull.Default) None [source]
# SCPI: [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.
- param layer
TRANsport| PHYSical TRANsport Transport Layer (Layer 2) . This layer is only available when channel coding is active. PHYSical Physical layer (Layer 1) .
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)