Mue
SCPI Commands :
[SOURce<HW>]:BB:EUTRa:TCW:MUE:OVRB
[SOURce<HW>]:BB:EUTRa:TCW:MUE:TSRS
[SOURce<HW>]:BB:EUTRa:TCW:MUE:UEID
- class MueCls[source]
Mue commands group definition. 3 total commands, 0 Subgroups, 3 group commands
- get_ovrb() int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TCW:MUE:OVRB value: int = driver.source.bb.eutra.tcw.mue.get_ovrb()
Sets the number of RB the allocated RB(s) are shifted with.
- return
offset_vrb: integer Range: 0 to 75
- get_tsrs() bool [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TCW:MUE:TSRS value: bool = driver.source.bb.eutra.tcw.mue.get_tsrs()
No command help available
- return
transmit_srs: No help available
- get_ue_id() int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TCW:MUE:UEID value: int = driver.source.bb.eutra.tcw.mue.get_ue_id()
Sets the UE ID/n_RNTI.
- return
ue_idn_rnti: integer Range: 0 to 65535
- set_ovrb(offset_vrb: int) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TCW:MUE:OVRB driver.source.bb.eutra.tcw.mue.set_ovrb(offset_vrb = 1)
Sets the number of RB the allocated RB(s) are shifted with.
- param offset_vrb
integer Range: 0 to 75
- set_tsrs(transmit_srs: bool) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TCW:MUE:TSRS driver.source.bb.eutra.tcw.mue.set_tsrs(transmit_srs = False)
No command help available
- param transmit_srs
No help available
- set_ue_id(ue_idn_rnti: int) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TCW:MUE:UEID driver.source.bb.eutra.tcw.mue.set_ue_id(ue_idn_rnti = 1)
Sets the UE ID/n_RNTI.
- param ue_idn_rnti
integer Range: 0 to 65535