Sch

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:LAYer:SCH:FOFFset
CONFigure:CDMA:SIGNaling<Instance>:LAYer:SCH:MPPL
CONFigure:CDMA:SIGNaling<Instance>:LAYer:SCH:FTYPe
CONFigure:CDMA:SIGNaling<Instance>:LAYer:SCH:DRATe
CONFigure:CDMA:SIGNaling<Instance>:LAYer:SCH:FSIZe
CONFigure:CDMA:SIGNaling<Instance>:LAYer:SCH:CODing
class Sch[source]

Sch commands group definition. 6 total commands, 0 Sub-groups, 6 group commands

class CodingStruct[source]

Structure for reading output parameters. Fields:

  • Fwd_Coding: enums.ForwardCoding: CONV | TURB

  • Rev_Coding: enums.ForwardCoding: CONV | TURB

class DrateStruct[source]

Structure for reading output parameters. Fields:

  • Fwd_Data_Rate: enums.ForwardDataRate: R9K | R14K | R19K | R28K | R38K | R57K | R76K | R115k | R153k | R230k

  • Rev_Data_Rate: enums.ForwardDataRate: R9K | R14K | R19K | R28K | R38K | R57K | R76K | R115k | R153k | R230k

class FsizeStruct[source]

Structure for reading output parameters. Fields:

  • Fwd_Frame_Size: int: Range: 20 ms | 40 ms | 80 ms

  • Rev_Frame_Size: int: Range: 20 ms | 40 ms | 80 ms

class FtypeStruct[source]

Structure for reading output parameters. Fields:

  • Fwd_Frame_Type: enums.ForwardFrameType: R1 | R2

  • Rev_Frame_Type: enums.ForwardFrameType: R1 | R2

class MpplStruct[source]

Structure for reading output parameters. Fields:

  • Forward_Mux_Pdus: int: Range: 1 | 2 | 4 | 8

  • Rev_Mux_Pdus: int: Range: 1 | 2 | 4 | 8

get_coding()CodingStruct[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:LAYer:SCH:CODing
value: CodingStruct = driver.configure.layer.sch.get_coding()

Sets a type of error-correcting code for F-SCH and R-SCH. For details, see 3GPP2 C.S0005.

return

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

get_drate()DrateStruct[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:LAYer:SCH:DRATe
value: DrateStruct = driver.configure.layer.sch.get_drate()

Queries data rate in F-SCH and R-SCH. See also Table ‘SCH maximum data rate (kbit/s) dependencies on MuxPDUs per physical layer SDU, RC and frame type for frame size 20 ms’.

return

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

get_foffset()float[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:LAYer:SCH:FOFFset
value: float = driver.configure.layer.sch.get_foffset()

No command help available

return

frame_offset: No help available

get_fsize()FsizeStruct[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:LAYer:SCH:FSIZe
value: FsizeStruct = driver.configure.layer.sch.get_fsize()

Queries frame size of F-SCH and R-SCH. See Table ‘F-SCH Walsh codes dependencies on MuxPDUs per physical layer SDU, RC and frame type for frame size 20 ms’

return

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

get_ftype()FtypeStruct[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:LAYer:SCH:FTYPe
value: FtypeStruct = driver.configure.layer.sch.get_ftype()

Sets the Rate value for F-SCH0 and R-SCH0. Together with the ‘MuxPDUs / Layer’, this parameter determines the data rate of SCH0. See also Table ‘SCH maximum data rate (kbit/s) dependencies on MuxPDUs per physical layer SDU, RC and frame type for frame size 20 ms’.

return

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

get_mppl()MpplStruct[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:LAYer:SCH:MPPL
value: MpplStruct = driver.configure.layer.sch.get_mppl()

Sets the number of multiplex PDUs per physical layer SDU for the F-SCH0 and R-SCH0 for segmentation. Together with the ‘Frame Type’, this parameter determines the data rate of SCH0. See Table ‘SCH maximum data rate (kbit/s) dependencies on MuxPDUs per physical layer SDU, RC and frame type for frame size 20 ms’

return

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

set_coding(value: RsCmwCdma2kSig.Implementations.Configure_.Layer_.Sch.Sch.CodingStruct)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:LAYer:SCH:CODing
driver.configure.layer.sch.set_coding(value = CodingStruct())

Sets a type of error-correcting code for F-SCH and R-SCH. For details, see 3GPP2 C.S0005.

param value

see the help for CodingStruct structure arguments.

set_foffset(frame_offset: float)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:LAYer:SCH:FOFFset
driver.configure.layer.sch.set_foffset(frame_offset = 1.0)

No command help available

param frame_offset

No help available

set_ftype(value: RsCmwCdma2kSig.Implementations.Configure_.Layer_.Sch.Sch.FtypeStruct)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:LAYer:SCH:FTYPe
driver.configure.layer.sch.set_ftype(value = FtypeStruct())

Sets the Rate value for F-SCH0 and R-SCH0. Together with the ‘MuxPDUs / Layer’, this parameter determines the data rate of SCH0. See also Table ‘SCH maximum data rate (kbit/s) dependencies on MuxPDUs per physical layer SDU, RC and frame type for frame size 20 ms’.

param value

see the help for FtypeStruct structure arguments.

set_mppl(value: RsCmwCdma2kSig.Implementations.Configure_.Layer_.Sch.Sch.MpplStruct)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:LAYer:SCH:MPPL
driver.configure.layer.sch.set_mppl(value = MpplStruct())

Sets the number of multiplex PDUs per physical layer SDU for the F-SCH0 and R-SCH0 for segmentation. Together with the ‘Frame Type’, this parameter determines the data rate of SCH0. See Table ‘SCH maximum data rate (kbit/s) dependencies on MuxPDUs per physical layer SDU, RC and frame type for frame size 20 ms’

param value

see the help for MpplStruct structure arguments.