Ctype

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:[HSUPa]:EHICh:CTYPe
class CtypeCls[source]

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

get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) RsSmbv.enums.HsUpaCellType[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:[HSUPa]:EHICh:CTYPe
value: enums.HsUpaCellType = driver.source.bb.w3Gpp.bstation.channel.hsupa.ehich.ctype.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

Sets the cell 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

ctype: SERVing| NOSERVing

set(ctype: RsSmbv.enums.HsUpaCellType, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:[HSUPa]:EHICh:CTYPe
driver.source.bb.w3Gpp.bstation.channel.hsupa.ehich.ctype.set(ctype = enums.HsUpaCellType.NOSERVing, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

Sets the cell type.

param ctype

SERVing| NOSERVing

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