Mode
SCPI Command :
[SOURce<HW>]:BB:C2K:MSTation<ST>:CCODing:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) Cdma2KcodMode[source]
# [SOURce<HW>]:BB:C2K:MSTation<ST>:CCODing:MODE value: enums.Cdma2KcodMode = driver.source.bb.c2K.mstation.ccoding.mode.get(mobileStation = repcap.MobileStation.Default)
The command selects the channel coding mode.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
mode: OFF | COMPlete | NOINterleaving | OINTerleaving OFF Channel coding is deactivated. COMPlete The complete channel coding is performed. The channel coding procedure can slightly vary depending on channel type, frame length and data rate. OINTerleaving Except for the block interleaver, the whole channel coding procedure is carried out. NOINterleaving In this mode, only block interleaver is used for coding.
- set(mode: Cdma2KcodMode, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:C2K:MSTation<ST>:CCODing:MODE driver.source.bb.c2K.mstation.ccoding.mode.set(mode = enums.Cdma2KcodMode.COMPlete, mobileStation = repcap.MobileStation.Default)
The command selects the channel coding mode.
- Parameters:
mode – OFF | COMPlete | NOINterleaving | OINTerleaving OFF Channel coding is deactivated. COMPlete The complete channel coding is performed. The channel coding procedure can slightly vary depending on channel type, frame length and data rate. OINTerleaving Except for the block interleaver, the whole channel coding procedure is carried out. NOINterleaving In this mode, only block interleaver is used for coding.
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)