Method

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:CMODe:METHod
class MethodCls[source]

Method commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(mobileStation=MobileStation.Default) RsSmbv.enums.CmMethUp[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:CMODe:METHod
value: enums.CmMethUp = driver.source.bb.w3Gpp.mstation.cmode.method.get(mobileStation = repcap.MobileStation.Default)

The command selects compressed mode method.

param mobileStation

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

return

method: HLSCheduling| SF2 SF2 The data is compressed by halving the spreading factor. HLSCheduling The data is compressed by stopping the transmission of the data stream during the transmission gap.

set(method: RsSmbv.enums.CmMethUp, mobileStation=MobileStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:CMODe:METHod
driver.source.bb.w3Gpp.mstation.cmode.method.set(method = enums.CmMethUp.HLSCheduling, mobileStation = repcap.MobileStation.Default)

The command selects compressed mode method.

param method

HLSCheduling| SF2 SF2 The data is compressed by halving the spreading factor. HLSCheduling The data is compressed by stopping the transmission of the data stream during the transmission gap.

param mobileStation

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