Amode

SCPI Command :

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

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

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

Activates/deactivates the advanced mode in which the H-Set is generated by the ARB. The parameter can be configured only for H-Sets 1 - 5. For H-Sets 6 to 12 and User, it is always enabled.

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

amode: ON| OFF

set(amode: bool, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:AMODe
driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.amode.set(amode = False, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

Activates/deactivates the advanced mode in which the H-Set is generated by the ARB. The parameter can be configured only for H-Sets 1 - 5. For H-Sets 6 to 12 and User, it is always enabled.

param amode

ON| OFF

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