SsIndex

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:[HSUPa]:ERGCh:SSINdex
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) int[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:[HSUPa]:ERGCh:SSINdex
value: int = driver.source.bb.w3Gpp.bstation.channel.hsupa.ergch.ssIndex.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

Sets the value that identifies the user equipment. The values are defined in TS 25.211.

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:

ss_index: integer Range: 0 to 39

set(ss_index: int, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:[HSUPa]:ERGCh:SSINdex
driver.source.bb.w3Gpp.bstation.channel.hsupa.ergch.ssIndex.set(ss_index = 1, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

Sets the value that identifies the user equipment. The values are defined in TS 25.211.

Parameters:
  • ss_index – integer Range: 0 to 39

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