TypePy

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:TYPE
class TypePyCls[source]

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

get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) RsSmbv.enums.HsHsetScchType[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:TYPE
value: enums.HsHsetScchType = driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.typePy.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

Sets the HS-SCCH type.

param baseStation

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

param channelNull

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

return

type_py: NORMal| LOPeration| MIMO NORMal Normal operation mode. LOPeration HS-SCCH less operation mode. MIMO HS-SCCH Type 3 mode is defined for MIMO operation. Enabling this operation mode, enables the MIMO parameters [:SOURcehw]:BB:W3GPp:BSTationst:CHANnelch0:HSDPa:MIMO:CVPBdi, [:SOURcehw]:BB:W3GPp:BSTationst:CHANnelch0:HSDPa:MIMO:MODulationdi, [:SOURcehw]:BB:W3GPp:BSTationst:CHANnelch0:HSDPa:MIMO:PWPattern and [:SOURcehw]:BB:W3GPp:BSTationst:CHANnelch0:HSDPa:MIMO:STAPattern and all Stream 2 parameters.

set(type_py: RsSmbv.enums.HsHsetScchType, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:TYPE
driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.typePy.set(type_py = enums.HsHsetScchType.LOPeration, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

Sets the HS-SCCH type.

param type_py

NORMal| LOPeration| MIMO NORMal Normal operation mode. LOPeration HS-SCCH less operation mode. MIMO HS-SCCH Type 3 mode is defined for MIMO operation. Enabling this operation mode, enables the MIMO parameters [:SOURcehw]:BB:W3GPp:BSTationst:CHANnelch0:HSDPa:MIMO:CVPBdi, [:SOURcehw]:BB:W3GPp:BSTationst:CHANnelch0:HSDPa:MIMO:MODulationdi, [:SOURcehw]:BB:W3GPp:BSTationst:CHANnelch0:HSDPa:MIMO:PWPattern and [:SOURcehw]:BB:W3GPp:BSTationst:CHANnelch0:HSDPa:MIMO:STAPattern and all Stream 2 parameters.

param baseStation

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

param channelNull

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