Moption

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:CSTatus:MOPTion:FCH
CONFigure:CDMA:SIGNaling<Instance>:CSTatus:MOPTion:SCH
class Moption[source]

Moption commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

class FchStruct[source]

Structure for reading output parameters. Fields:

  • Forward_Fch: str: Forward fundamental channel Range: #H0 to #HFFFF

  • Reverse_Fch: str: Reverse fundamental channel Range: #H0 to #HFFFF

class SchStruct[source]

Structure for reading output parameters. Fields:

  • Forward_Sch: str: Range: #H0 to #HFFFF

  • Reverse_Sch: str: Range: #H0 to #HFFFF

get_fch()FchStruct[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:CSTatus:MOPTion:FCH
value: FchStruct = driver.configure.cstatus.moption.get_fch()

Queries the connected forward and reverse multiplied options for the fundamental channel.

return

structure: for return value, see the help for FchStruct structure arguments.

get_sch()SchStruct[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:CSTatus:MOPTion:SCH
value: SchStruct = driver.configure.cstatus.moption.get_sch()

Queries MS multiplex option on the forward and reverse SCH0. Refer to 3GPP2 C.S0003.

return

structure: for return value, see the help for SchStruct structure arguments.