Band

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:BAND:BCCH
class Band[source]

Band commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get_bcch()RsCmwGsmSig.enums.OperBandGsm[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:BAND:BCCH
value: enums.OperBandGsm = driver.configure.band.get_bcch()

Selects the GSM band used for the BCCH and initially also for the TCH. The TCH band can be changed via a handover. To check the current TCH band, see method RsCmwGsmSig.Sense.Band.tch.

return

band: G085 | G09 | G18 | G19 GSM 850, GSM 900, GSM 1800, GSM 1900 bands

set_bcch(band: RsCmwGsmSig.enums.OperBandGsm)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:BAND:BCCH
driver.configure.band.set_bcch(band = enums.OperBandGsm.G04)

Selects the GSM band used for the BCCH and initially also for the TCH. The TCH band can be changed via a handover. To check the current TCH band, see method RsCmwGsmSig.Sense.Band.tch.

param band

G085 | G09 | G18 | G19 GSM 850, GSM 900, GSM 1800, GSM 1900 bands