Ctch

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CBS:CTCH:ENABle
CONFigure:WCDMa:SIGNaling<Instance>:CBS:CTCH:PERiod
CONFigure:WCDMa:SIGNaling<Instance>:CBS:CTCH:FOFFset
CONFigure:WCDMa:SIGNaling<Instance>:CBS:CTCH:FMPLength
class Ctch[source]

Ctch commands group definition. 4 total commands, 0 Sub-groups, 4 group commands

get_enable()bool[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CBS:CTCH:ENABle
value: bool = driver.configure.cbs.ctch.get_enable()

Enables CBS generally.

return

enable: OFF | ON

get_fmp_length()RsCmwWcdmaSig.enums.TtiExtended[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CBS:CTCH:FMPLength
value: enums.TtiExtended = driver.configure.cbs.ctch.get_fmp_length()

No command help available

return

tti: No help available

get_foffset()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CBS:CTCH:FOFFset
value: int = driver.configure.cbs.ctch.get_foffset()

Offset (K) used for CTCH allocation within CTCH allocation period N, see method RsCmwWcdmaSig.Configure.Cbs.Ctch.period.

return

frame_offset: The S-CCPCH TTI number, with the first CTCH allocated for cell broadcast. Range: 0 to N-1, Unit: frames

get_period()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CBS:CTCH:PERiod
value: int = driver.configure.cbs.ctch.get_period()

Specifies the periodicity of CTCH allocation within S-CCPCH.

return

period: Duration of period (N) Range: 1 to 256, Unit: frames

set_enable(enable: bool)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CBS:CTCH:ENABle
driver.configure.cbs.ctch.set_enable(enable = False)

Enables CBS generally.

param enable

OFF | ON

set_fmp_length(tti: RsCmwWcdmaSig.enums.TtiExtended)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CBS:CTCH:FMPLength
driver.configure.cbs.ctch.set_fmp_length(tti = enums.TtiExtended.M10)

No command help available

param tti

No help available

set_foffset(frame_offset: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CBS:CTCH:FOFFset
driver.configure.cbs.ctch.set_foffset(frame_offset = 1)

Offset (K) used for CTCH allocation within CTCH allocation period N, see method RsCmwWcdmaSig.Configure.Cbs.Ctch.period.

param frame_offset

The S-CCPCH TTI number, with the first CTCH allocated for cell broadcast. Range: 0 to N-1, Unit: frames

set_period(period: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CBS:CTCH:PERiod
driver.configure.cbs.ctch.set_period(period = 1)

Specifies the periodicity of CTCH allocation within S-CCPCH.

param period

Duration of period (N) Range: 1 to 256, Unit: frames