Srs
SCPI Commands :
[SOURce<HW>]:BB:EUTRa:UL:REFSig:SRS:ANSTx
[SOURce<HW>]:BB:EUTRa:UL:REFSig:SRS:CSRS
[SOURce<HW>]:BB:EUTRa:UL:REFSig:SRS:DSFC
[SOURce<HW>]:BB:EUTRa:UL:REFSig:SRS:MUPTs
[SOURce<HW>]:BB:EUTRa:UL:REFSig:SRS:SUConfiguration
[SOURce<HW>]:BB:EUTRa:UL:REFSig:SRS:TSFC
- Commands in total: 6Subgroups: 0Direct child commands: 6
- get_ans_tx() bool[source]
# [SOURce<HW>]:BB:EUTRa:UL:REFSig:SRS:ANSTx value: bool = driver.source.bb.eutra.uplink.refsig.srs.get_ans_tx()
Enables/disables simultaneous transmission of SRS (sounding reference signal) and ACK/NACK messages, i.e. transmission of SRS and PUCCH in the same subframe.
- Returns:
an_srs_sim_tx_state: 1 | ON | 0| OFF
- get_csrs() int[source]
# [SOURce<HW>]:BB:EUTRa:UL:REFSig:SRS:CSRS value: int = driver.source.bb.eutra.uplink.refsig.srs.get_csrs()
Sets the cell-specific parameter SRS bandwidth configuration (CSRS) .
- Returns:
csrs: integer Range: 0 to 7
- get_dsfc() str[source]
# [SOURce<HW>]:BB:EUTRa:UL:REFSig:SRS:DSFC value: str = driver.source.bb.eutra.uplink.refsig.srs.get_dsfc()
Queries the value for the cell-specific parameter transmission offset DeltaSFC in subframes, depending on the selected SRS subframe configuration (method
RsSmw.source.bb.eutra.uplink.refsig.srs.csrs()) and the dduplexing mode (methodRsSmw.source.bb.eutra.duplexing()) .- Returns:
delta_sfc: string
- get_mu_pts() bool[source]
# [SOURce<HW>]:BB:EUTRa:UL:REFSig:SRS:MUPTs value: bool = driver.source.bb.eutra.uplink.refsig.srs.get_mu_pts()
Enables/disables the cell-specific parameter srsMaxUpPts.
- Returns:
max_up_pts: 1 | ON | 0| OFF
- get_su_configuration() int[source]
# [SOURce<HW>]:BB:EUTRa:UL:REFSig:SRS:SUConfiguration value: int = driver.source.bb.eutra.uplink.refsig.srs.get_su_configuration()
Sets the cell-specific parameter SRS subframe configuration.
- Returns:
sub_frame_config: integer Range: 0 to 15
- get_tsfc() str[source]
# [SOURce<HW>]:BB:EUTRa:UL:REFSig:SRS:TSFC value: str = driver.source.bb.eutra.uplink.refsig.srs.get_tsfc()
Queries the value for the cell-specific parameter configuration period TSFC in subframes, depending on the selected SRS subframe configuration (method
RsSmw.source.bb.eutra.uplink.refsig.srs.csrs()) and the duplexing mode (methodRsSmw.source.bb.eutra.duplexing()) .- Returns:
tsfc: string
- set_ans_tx(an_srs_sim_tx_state: bool) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:REFSig:SRS:ANSTx driver.source.bb.eutra.uplink.refsig.srs.set_ans_tx(an_srs_sim_tx_state = False)
Enables/disables simultaneous transmission of SRS (sounding reference signal) and ACK/NACK messages, i.e. transmission of SRS and PUCCH in the same subframe.
- Parameters:
an_srs_sim_tx_state – 1 | ON | 0| OFF
- set_csrs(csrs: int) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:REFSig:SRS:CSRS driver.source.bb.eutra.uplink.refsig.srs.set_csrs(csrs = 1)
Sets the cell-specific parameter SRS bandwidth configuration (CSRS) .
- Parameters:
csrs – integer Range: 0 to 7
- set_mu_pts(max_up_pts: bool) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:REFSig:SRS:MUPTs driver.source.bb.eutra.uplink.refsig.srs.set_mu_pts(max_up_pts = False)
Enables/disables the cell-specific parameter srsMaxUpPts.
- Parameters:
max_up_pts – 1 | ON | 0| OFF
- set_su_configuration(sub_frame_config: int) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:REFSig:SRS:SUConfiguration driver.source.bb.eutra.uplink.refsig.srs.set_su_configuration(sub_frame_config = 1)
Sets the cell-specific parameter SRS subframe configuration.
- Parameters:
sub_frame_config – integer Range: 0 to 15