Channel

SCPI Command :

[SOURce<HW>]:BB:EVDO:DOWN:MC:CARRier<CH>:CHANnel
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrier=Carrier.Default) int[source]
# [SOURce<HW>]:BB:EVDO:DOWN:MC:CARRier<CH>:CHANnel
value: int = driver.source.bb.evdo.down.mc.carrier.channel.get(carrier = repcap.Carrier.Default)

Sets carrier’s CDMA channel number. The available Channel values depend on the selected Band Class. In some cases, not all channel numbers can be used. In case a non-existing channel is input, the next available channel is used.

Parameters:

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

set(channel_param: int, carrier=Carrier.Default) None[source]
# [SOURce<HW>]:BB:EVDO:DOWN:MC:CARRier<CH>:CHANnel
driver.source.bb.evdo.down.mc.carrier.channel.set(channel_param = 1, carrier = repcap.Carrier.Default)

Sets carrier’s CDMA channel number. The available Channel values depend on the selected Band Class. In some cases, not all channel numbers can be used. In case a non-existing channel is input, the next available channel is used.

Parameters:
  • channel_param – integer Range: 0 to 3000

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