Pparameter

SCPI Commands :

[SOURce<HW>]:BB:C2K:PPARameter:CRESt
[SOURce<HW>]:BB:C2K:PPARameter:RCONfiguration
class PparameterCls[source]

Pparameter commands group definition. 12 total commands, 5 Subgroups, 2 group commands

get_crest() RsSmbv.enums.CresFactMode[source]
# SCPI: [SOURce<HW>]:BB:C2K:PPARameter:CRESt
value: enums.CresFactMode = driver.source.bb.c2K.pparameter.get_crest()

This command selects the desired range for the crest factor of the test scenario. The crest factor of the signal is kept in the desired range by automatically setting appropriate Walsh codes and timing offsets. The setting takes effect only after execution of command [:SOURce<hw>]:BB:C2K:PPARameter:EXECute. The setting of command [:SOURce<hw>]:BB:C2K:BSTation<st>:CGRoup<di0>:COFFset<ch>:WCODe is adjusted according to the selection.

return

crest: MINimum| AVERage| WORSt MINimum The crest factor is minimized. The Walsh codes are spaced as closely as possible. AVERage An average crest factor is set. The Walsh codes are distributed uniformly over the code domain. WORSt The crest factor is set to an unfavorable value (i.e. maximum) . The Walsh codes are as wildly spaced as possible.

get_rconfiguration() RsSmbv.enums.Cdma2KradioConf[source]
# SCPI: [SOURce<HW>]:BB:C2K:PPARameter:RCONfiguration
value: enums.Cdma2KradioConf = driver.source.bb.c2K.pparameter.get_rconfiguration()

Selects the radio configuration for the traffic channel. The setting takes effect only after execution of command [:SOURce<hw>]:BB:C2K:PPARameter:EXECute.

return

rconfiguration: 1| 2| 3| 4| 5

set_crest(crest: RsSmbv.enums.CresFactMode) None[source]
# SCPI: [SOURce<HW>]:BB:C2K:PPARameter:CRESt
driver.source.bb.c2K.pparameter.set_crest(crest = enums.CresFactMode.AVERage)

This command selects the desired range for the crest factor of the test scenario. The crest factor of the signal is kept in the desired range by automatically setting appropriate Walsh codes and timing offsets. The setting takes effect only after execution of command [:SOURce<hw>]:BB:C2K:PPARameter:EXECute. The setting of command [:SOURce<hw>]:BB:C2K:BSTation<st>:CGRoup<di0>:COFFset<ch>:WCODe is adjusted according to the selection.

param crest

MINimum| AVERage| WORSt MINimum The crest factor is minimized. The Walsh codes are spaced as closely as possible. AVERage An average crest factor is set. The Walsh codes are distributed uniformly over the code domain. WORSt The crest factor is set to an unfavorable value (i.e. maximum) . The Walsh codes are as wildly spaced as possible.

set_rconfiguration(rconfiguration: RsSmbv.enums.Cdma2KradioConf) None[source]
# SCPI: [SOURce<HW>]:BB:C2K:PPARameter:RCONfiguration
driver.source.bb.c2K.pparameter.set_rconfiguration(rconfiguration = enums.Cdma2KradioConf._1)

Selects the radio configuration for the traffic channel. The setting takes effect only after execution of command [:SOURce<hw>]:BB:C2K:PPARameter:EXECute.

param rconfiguration

1| 2| 3| 4| 5

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.c2K.pparameter.clone()

Subgroups