Method

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:CMODe:METHod
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default) CmMethUp[source]
# [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.

Parameters:

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

Returns:

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: CmMethUp, mobileStation=MobileStation.Default) None[source]
# [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.

Parameters:
  • 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.

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