Channel

SCPI Commands

PREPare:GSM:SIGNaling<Instance>:HANDover:CHANnel:TCH
class Channel[source]

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

get_tch()int[source]
# SCPI: PREPare:GSM:SIGNaling<Instance>:HANDover:CHANnel:TCH
value: int = driver.prepare.handover.channel.get_tch()

Selects the TCH/PDCH channel in the destination GSM band. The range of values depends on the selected band (method RsCmwGsmSig.Prepare.Handover.target) ; for an overview see ‘GSM Bands and Channels’. The values below are for GSM 900.

return

channel: Range: 512 to 885

set_tch(channel: int)None[source]
# SCPI: PREPare:GSM:SIGNaling<Instance>:HANDover:CHANnel:TCH
driver.prepare.handover.channel.set_tch(channel = 1)

Selects the TCH/PDCH channel in the destination GSM band. The range of values depends on the selected band (method RsCmwGsmSig.Prepare.Handover.target) ; for an overview see ‘GSM Bands and Channels’. The values below are for GSM 900.

param channel

Range: 512 to 885