Mode

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) HsMode[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:MODE
value: enums.HsMode = driver.source.bb.w3Gpp.bstation.channel.hsdpa.mode.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

The command selects the HSDPA mode.

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

  • channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)

Returns:

mode: CONTinuous | PSF0 | PSF1 | PSF2 | PSF3 | PSF4 | HSET CONTinuous The high speed channel is generated continuously. This mode is defined in test model 5. PSFx The high speed channel is generated in packet mode. The start of the channel is set by selecting the subframe in which the first packet is sent. HSET The high speed channels are preset according to TS 25.1401 Annex A.7, H-Set.

set(mode: HsMode, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:MODE
driver.source.bb.w3Gpp.bstation.channel.hsdpa.mode.set(mode = enums.HsMode.CONTinuous, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

The command selects the HSDPA mode.

Parameters:
  • mode – CONTinuous | PSF0 | PSF1 | PSF2 | PSF3 | PSF4 | HSET CONTinuous The high speed channel is generated continuously. This mode is defined in test model 5. PSFx The high speed channel is generated in packet mode. The start of the channel is set by selecting the subframe in which the first packet is sent. HSET The high speed channels are preset according to TS 25.1401 Annex A.7, H-Set.

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

  • channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)