Channel

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:RFSettings:CHANnel:BCCH
class Channel[source]

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

get_bcch()int[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:RFSettings:CHANnel:BCCH
value: int = driver.configure.rfSettings.channel.get_bcch()

Sets the GSM channel number for the broadcast control channel (BCCH) . The range of values depends on the selected band (method RsCmwGsmSig.Configure.Band.bcch) ; for an overview see ‘GSM Bands and Channels’. The values below are for GSM 900.

return

channel: decimal Range: 0 to 124, 940 to 1023

set_bcch(channel: int)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:RFSettings:CHANnel:BCCH
driver.configure.rfSettings.channel.set_bcch(channel = 1)

Sets the GSM channel number for the broadcast control channel (BCCH) . The range of values depends on the selected band (method RsCmwGsmSig.Configure.Band.bcch) ; for an overview see ‘GSM Bands and Channels’. The values below are for GSM 900.

param channel

decimal Range: 0 to 124, 940 to 1023

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.rfSettings.channel.clone()

Subgroups