Band

SCPI Commands

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

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

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

Selects a handover destination band/network used for TCH/PDCH and initiates a dual band GSM handover. This command executes handover even if the handover dialog is opened.

return

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

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

Selects a handover destination band/network used for TCH/PDCH and initiates a dual band GSM handover. This command executes handover even if the handover dialog is opened.

param band

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