VrSupport

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:CAPabilities:VRSupport:SCH
CONFigure:CDMA:SIGNaling<Instance>:CAPabilities:VRSupport:MSBits
class VrSupport[source]

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

class MsbitsStruct[source]

Structure for reading output parameters. Fields:

  • Convol_Rates: int: Range: 0 to 65535 (16 bits)

  • Turbo_Code_Rates: int: Range: 0 to 65535 (16 bits)

class SchStruct[source]

Structure for reading output parameters. Fields:

  • Forward_Sch: bool: OFF | ON

  • Reverse_Sch: bool: OFF | ON

get_msbits()MsbitsStruct[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:CAPabilities:VRSupport:MSBits
value: MsbitsStruct = driver.configure.capabilities.vrSupport.get_msbits()

Queries MS information about the maximum sum of number of bits corresponding to convolutional and turbo code rates in the variable rate set. Refer to 3GPP2 C.S0005 for details.

return

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

get_sch()SchStruct[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:CAPabilities:VRSupport:SCH
value: SchStruct = driver.configure.capabilities.vrSupport.get_sch()

Queries MS information whether the MS supports a variable rate set on the forward and reverse supplemental channel (F-SCH, R-SCH) .

return

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