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
class SrsCls[source]

Srs commands group definition. 6 total commands, 0 Subgroups, 6 group commands

get_ans_tx() bool[source]
# SCPI: [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.

return

an_srs_sim_tx_state: 1| ON| 0| OFF

get_csrs() int[source]
# SCPI: [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) .

return

csrs: integer Range: 0 to 7

get_dsfc() str[source]
# SCPI: [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 ([:SOURce<hw>]:BB:EUTRa:UL:REFSig:SRS:CSRS) and the dduplexing mode ([:SOURce<hw>]:BB:EUTRa:DUPLexing) .

return

delta_sfc: string

get_mu_pts() bool[source]
# SCPI: [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.

return

max_up_pts: 1| ON| 0| OFF

get_su_configuration() int[source]
# SCPI: [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.

return

sub_frame_config: integer Range: 0 to 15

get_tsfc() str[source]
# SCPI: [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 ([:SOURce<hw>]:BB:EUTRa:UL:REFSig:SRS:CSRS) and the duplexing mode ([:SOURce<hw>]:BB:EUTRa:DUPLexing) .

return

tsfc: string

set_ans_tx(an_srs_sim_tx_state: bool) None[source]
# SCPI: [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.

param an_srs_sim_tx_state

1| ON| 0| OFF

set_csrs(csrs: int) None[source]
# SCPI: [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) .

param csrs

integer Range: 0 to 7

set_mu_pts(max_up_pts: bool) None[source]
# SCPI: [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.

param max_up_pts

1| ON| 0| OFF

set_su_configuration(sub_frame_config: int) None[source]
# SCPI: [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.

param sub_frame_config

integer Range: 0 to 15