Channel
SCPI Command :
[SOURce<HW>]:BB:EVDO:DOWN:MC:CARRier<CH>:CHANnel
- class ChannelCls[source]
Channel commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrier=Carrier.Default) int [source]
# SCPI: [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.
- param carrier
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Carrier’)
- return
channel_param: No help available
- set(channel_param: int, carrier=Carrier.Default) None [source]
# SCPI: [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.
- param channel_param
integer Range: 0 to 3000
- param carrier
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Carrier’)