Fch

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:LAYer:FCH:FOFFset
class Fch[source]

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

get_foffset()int[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:LAYer:FCH:FOFFset
value: int = driver.configure.layer.fch.get_foffset()

Sets the frame offset in the forward fundamental channel. Changing the frame offset immediately changes the traffic channel timing.

return

frame_offset: Range: 0 to 15

set_foffset(frame_offset: int)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:LAYer:FCH:FOFFset
driver.configure.layer.fch.set_foffset(frame_offset = 1)

Sets the frame offset in the forward fundamental channel. Changing the frame offset immediately changes the traffic channel timing.

param frame_offset

Range: 0 to 15