Pparameter
SCPI Commands :
[SOURce<HW>]:BB:C2K:PPARameter:CRESt
[SOURce<HW>]:BB:C2K:PPARameter:RCONfiguration
- Commands in total: 12Subgroups: 5Direct child commands: 2
- get_crest() CresFactMode[source]
# [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 method
RsSmw.source.bb.c2K.pparameter.execute.set(). The setting of command methodRsSmw.source.bb.c2K.bstation.cgroup.coffset.wcode.set()is adjusted according to the selection.- Returns:
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() Cdma2KradioConf[source]
# [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 method
RsSmw.source.bb.c2K.pparameter.execute.set().- Returns:
rconfiguration: 1 | 2| 3 | 4| 5
- set_crest(crest: CresFactMode) None[source]
# [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 method
RsSmw.source.bb.c2K.pparameter.execute.set(). The setting of command methodRsSmw.source.bb.c2K.bstation.cgroup.coffset.wcode.set()is adjusted according to the selection.- Parameters:
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: Cdma2KradioConf) None[source]
# [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 method
RsSmw.source.bb.c2K.pparameter.execute.set().- Parameters:
rconfiguration – 1 | 2| 3 | 4| 5
Cloning the Group
# Create a copy of the original group, that exists independently
pparameter_copy = driver.source.bb.c2K.pparameter.clone()
Subgroups