Carrier

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:HANDoff:CARRier:CHANnel
CONFigure:EVDO:SIGNaling<Instance>:HANDoff:CARRier:FLFRequency
CONFigure:EVDO:SIGNaling<Instance>:HANDoff:CARRier:RLFRequency
class Carrier[source]

Carrier commands group definition. 3 total commands, 0 Sub-groups, 3 group commands

get_channel()int[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:HANDoff:CARRier:CHANnel
value: int = driver.configure.handoff.carrier.get_channel()

Sets/gets the channel for a carrier in the handoff destination cell. Preselect the related carrier using the method RsCmwEvdoSig.Configure.Carrier.setting command.

return

carrier_channel: The range of possible channels depends on the destination cell’s selected band class. For an overview, see ‘Band Classes’. The values below are for band class BC0 (US Cellular) . Range: 1 to 799, 991 to 1323

get_fl_frequency()int[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:HANDoff:CARRier:FLFRequency
value: int = driver.configure.handoff.carrier.get_fl_frequency()

Gets the forward link frequency for a carrier in the handoff destination cell. Preselect the related carrier using the method RsCmwEvdoSig.Configure.Carrier.setting command. This frequency is determined by the handoff destination cell’s main carrier channel and the related carrier’s channel offset.

return

cfwd_link_freq: Range: 100 MHz to 6.1 GHz

get_rl_frequency()int[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:HANDoff:CARRier:RLFRequency
value: int = driver.configure.handoff.carrier.get_rl_frequency()

Gets the reverse link frequency for a carrier in the handoff destination cell. Preselect the related carrier using the method RsCmwEvdoSig.Configure.Carrier.setting command. This frequency is determined by the handoff destination cell’s main carrier channel and the related carrier’s channel offset.

return

crev_link_freq: Range: 100 MHz to 6.1 GHz

set_channel(carrier_channel: int)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:HANDoff:CARRier:CHANnel
driver.configure.handoff.carrier.set_channel(carrier_channel = 1)

Sets/gets the channel for a carrier in the handoff destination cell. Preselect the related carrier using the method RsCmwEvdoSig.Configure.Carrier.setting command.

param carrier_channel

The range of possible channels depends on the destination cell’s selected band class. For an overview, see ‘Band Classes’. The values below are for band class BC0 (US Cellular) . Range: 1 to 799, 991 to 1323