FdrSupport

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:CAPabilities:FDRSupport:FCH
CONFigure:CDMA:SIGNaling<Instance>:CAPabilities:FDRSupport:DCCH
CONFigure:CDMA:SIGNaling<Instance>:CAPabilities:FDRSupport:SCH
class FdrSupport[source]

FdrSupport commands group definition. 3 total commands, 0 Sub-groups, 3 group commands

class DcchStruct[source]

Structure for reading output parameters. Fields:

  • Forward_Dcch: bool: OFF | ON FDR support for the forward channel.

  • Reverse_Dcch: bool: OFF | ON FDR support for the reverse channel.

class FchStruct[source]

Structure for reading output parameters. Fields:

  • Forward_Fch: bool: No parameter help available

  • Reverse_Fch: bool: No parameter help available

class SchStruct[source]

Structure for reading output parameters. Fields:

  • Forward_Sch: bool: No parameter help available

  • Reverse_Sch: bool: No parameter help available

get_dcch()DcchStruct[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:CAPabilities:FDRSupport:DCCH
value: DcchStruct = driver.configure.capabilities.fdrSupport.get_dcch()

Queries whether the MS supports the flexible data rate (FDR) for the corresponding forward and the reverse channel. This command is available for the fundamental channel (FCH) , dedicated control channel (DCCH) and supplemental channel (SCH) .

return

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

get_fch()FchStruct[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:CAPabilities:FDRSupport:FCH
value: FchStruct = driver.configure.capabilities.fdrSupport.get_fch()

Queries whether the MS supports the flexible data rate (FDR) for the corresponding forward and the reverse channel. This command is available for the fundamental channel (FCH) , dedicated control channel (DCCH) and supplemental channel (SCH) .

return

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

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

Queries whether the MS supports the flexible data rate (FDR) for the corresponding forward and the reverse channel. This command is available for the fundamental channel (FCH) , dedicated control channel (DCCH) and supplemental channel (SCH) .

return

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