Predefined

SCPI Command :

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

The command selects the H-Set and the modulation according to TS 25.101 Annex A.7.

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:

predefined: P1QPSK | P1QAM16 | P2QPSK | P2QAM16 | P3QPSK | P3QAM16 | P4QPSK | P5QPSK | P6QPSK | P6QAM16 | P7QPSK | P8QAM64 | P9QAM16QPSK | P10QPSK | P10QAM16 | P11QAM64QAM16 | P12QPSK | USER

set(predefined: HsHsetType, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:PREDefined
driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.predefined.set(predefined = enums.HsHsetType.P10QAM16, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

The command selects the H-Set and the modulation according to TS 25.101 Annex A.7.

Parameters:
  • predefined – P1QPSK | P1QAM16 | P2QPSK | P2QAM16 | P3QPSK | P3QAM16 | P4QPSK | P5QPSK | P6QPSK | P6QAM16 | P7QPSK | P8QAM64 | P9QAM16QPSK | P10QPSK | P10QAM16 | P11QAM64QAM16 | P12QPSK | USER

  • 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’)