Mue

SCPI Command :

[SOURce<HW>]:BB:NR5G:TCW:MUE:TSRS
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_tsrs() bool[source]
# [SOURce<HW>]:BB:NR5G:TCW:MUE:TSRS
value: bool = driver.source.bb.nr5G.tcw.mue.get_tsrs()

Turns transmission of the sounding reference signal for 3GPP test cases on and off.

Returns:

transmit_srs: 1 | ON | 0| OFF

set_tsrs(transmit_srs: bool) None[source]
# [SOURce<HW>]:BB:NR5G:TCW:MUE:TSRS
driver.source.bb.nr5G.tcw.mue.set_tsrs(transmit_srs = False)

Turns transmission of the sounding reference signal for 3GPP test cases on and off.

Parameters:

transmit_srs – 1 | ON | 0| OFF