Modulation<TwoStreams>

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:MODulation<DI>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr2

driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.modulation.repcap_twoStreams_set(repcap.TwoStreams.Nr1)
get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default, twoStreams=TwoStreams.Default) ModulationC[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:MODulation<DI>
value: enums.ModulationC = driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.modulation.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default, twoStreams = repcap.TwoStreams.Default)

Sets the modulation for stream 1 and stream 2 to QPSK, 16QAM or 64QAM. For HS-SCCH Type 2, the available modulation scheme is QPSK only.

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

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

Returns:

modulation: QPSK | QAM16 | QAM64

set(modulation: ModulationC, baseStation=BaseStation.Default, channelNull=ChannelNull.Default, twoStreams=TwoStreams.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:MODulation<DI>
driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.modulation.set(modulation = enums.ModulationC.QAM16, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default, twoStreams = repcap.TwoStreams.Default)

Sets the modulation for stream 1 and stream 2 to QPSK, 16QAM or 64QAM. For HS-SCCH Type 2, the available modulation scheme is QPSK only.

Parameters:
  • modulation – QPSK | QAM16 | QAM64

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

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

Cloning the Group

# Create a copy of the original group, that exists independently
modulation_copy = driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.modulation.clone()