Method

SCPI Command :

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

Parameters:

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

Returns:

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: CmMethDn, baseStation=BaseStation.Default) None[source]
# [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.

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

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