Layer
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:DERRor:BIT:LAYer
- class LayerCls[source]
Layer commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mobileStation=MobileStation.Default) RsSmbv.enums.EnhBitErr [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:DERRor:BIT:LAYer value: enums.EnhBitErr = driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.derror.bit.layer.get(mobileStation = repcap.MobileStation.Default)
The command sets the layer in the coding process at which bit errors are inserted.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- return
layer: TRANsport| PHYSical
- set(layer: RsSmbv.enums.EnhBitErr, mobileStation=MobileStation.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:DERRor:BIT:LAYer driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.derror.bit.layer.set(layer = enums.EnhBitErr.PHYSical, mobileStation = repcap.MobileStation.Default)
The command sets the layer in the coding process at which bit errors are inserted.
- param layer
TRANsport| PHYSical
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)