Method

SCPI Command :

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

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

get(baseStation=BaseStation.Default) RsSmbv.enums.CmMethDn[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CMODe:METHod
value: enums.CmMethDn = driver.source.bb.w3Gpp.bstation.cmode.method.get(baseStation = repcap.BaseStation.Default)

The command selects compressed mode method.

param baseStation

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

return

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

set(method: RsSmbv.enums.CmMethDn, baseStation=BaseStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CMODe:METHod
driver.source.bb.w3Gpp.bstation.cmode.method.set(method = enums.CmMethDn.HLSCheduling, baseStation = repcap.BaseStation.Default)

The command selects compressed mode method.

param method

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

param baseStation

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