Layer
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation:[ENHanced]:CHANnel<CH0>:HSDPa:DERRor:BIT:LAYer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channelNull=ChannelNull.Default) EnhBitErr[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:[ENHanced]:CHANnel<CH0>:HSDPa:DERRor:BIT:LAYer value: enums.EnhBitErr = driver.source.bb.w3Gpp.bstation.enhanced.channel.hsdpa.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) PHYSical Physical layer (Layer 1)
- set(layer: EnhBitErr, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:[ENHanced]:CHANnel<CH0>:HSDPa:DERRor:BIT:LAYer driver.source.bb.w3Gpp.bstation.enhanced.channel.hsdpa.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) PHYSical Physical layer (Layer 1)
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)