Refsig
SCPI Commands :
[SOURce<HW>]:BB:ONEWeb:UL:REFSig:DMRS
[SOURce<HW>]:BB:ONEWeb:UL:REFSig:DSSHift
[SOURce<HW>]:BB:ONEWeb:UL:REFSig:GRPHopping
[SOURce<HW>]:BB:ONEWeb:UL:REFSig:SEQHopping
- Commands in total: 10Subgroups: 1Direct child commands: 4
- get_dmrs() int[source]
# [SOURce<HW>]:BB:ONEWeb:UL:REFSig:DMRS value: int = driver.source.bb.oneweb.uplink.refsig.get_dmrs()
Sets the part of the demodulation reference signal (DMRS) index which is broadcasted and therefore valid for the whole cell. This index applies when multiple shifts within a cell are used and is used by the calculation of the DMRS sequence.
- Returns:
drs_dmrs: integer Range: 0 to 11
- get_ds_shift() int[source]
# [SOURce<HW>]:BB:ONEWeb:UL:REFSig:DSSHift value: int = driver.source.bb.oneweb.uplink.refsig.get_ds_shift()
Sets the delta sequence shift for PUSCH needed for the calculation of the group hopping pattern.
- Returns:
delta_seq_shift: integer Range: 0 to 29
- get_grp_hopping() bool[source]
# [SOURce<HW>]:BB:ONEWeb:UL:REFSig:GRPHopping value: bool = driver.source.bb.oneweb.uplink.refsig.get_grp_hopping()
Enables/disables group hopping for the uplink reference signals demodulation reference signal (DRS) and sounding reference signal (SRS) .
- Returns:
group_hopping: 1 | ON | 0| OFF
- get_seq_hopping() bool[source]
# [SOURce<HW>]:BB:ONEWeb:UL:REFSig:SEQHopping value: bool = driver.source.bb.oneweb.uplink.refsig.get_seq_hopping()
Enables/disables sequence hopping for the uplink reference signals demodulation reference signal (DRS) and sounding reference signal (SRS) .
- Returns:
sequence_hopping: 1 | ON | 0| OFF
- set_dmrs(drs_dmrs: int) None[source]
# [SOURce<HW>]:BB:ONEWeb:UL:REFSig:DMRS driver.source.bb.oneweb.uplink.refsig.set_dmrs(drs_dmrs = 1)
Sets the part of the demodulation reference signal (DMRS) index which is broadcasted and therefore valid for the whole cell. This index applies when multiple shifts within a cell are used and is used by the calculation of the DMRS sequence.
- Parameters:
drs_dmrs – integer Range: 0 to 11
- set_ds_shift(delta_seq_shift: int) None[source]
# [SOURce<HW>]:BB:ONEWeb:UL:REFSig:DSSHift driver.source.bb.oneweb.uplink.refsig.set_ds_shift(delta_seq_shift = 1)
Sets the delta sequence shift for PUSCH needed for the calculation of the group hopping pattern.
- Parameters:
delta_seq_shift – integer Range: 0 to 29
- set_grp_hopping(group_hopping: bool) None[source]
# [SOURce<HW>]:BB:ONEWeb:UL:REFSig:GRPHopping driver.source.bb.oneweb.uplink.refsig.set_grp_hopping(group_hopping = False)
Enables/disables group hopping for the uplink reference signals demodulation reference signal (DRS) and sounding reference signal (SRS) .
- Parameters:
group_hopping – 1 | ON | 0| OFF
- set_seq_hopping(sequence_hopping: bool) None[source]
# [SOURce<HW>]:BB:ONEWeb:UL:REFSig:SEQHopping driver.source.bb.oneweb.uplink.refsig.set_seq_hopping(sequence_hopping = False)
Enables/disables sequence hopping for the uplink reference signals demodulation reference signal (DRS) and sounding reference signal (SRS) .
- Parameters:
sequence_hopping – 1 | ON | 0| OFF
Cloning the Group
# Create a copy of the original group, that exists independently
refsig_copy = driver.source.bb.oneweb.uplink.refsig.clone()
Subgroups