Sue

SCPI Commands :

[SOURce<HW>]:BB:EUTRa:TCW:SUE:OVRB
[SOURce<HW>]:BB:EUTRa:TCW:SUE:TSRS
[SOURce<HW>]:BB:EUTRa:TCW:SUE:UEID
class SueCls[source]

Sue commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_ovrb() int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TCW:SUE:OVRB
value: int = driver.source.bb.eutra.tcw.sue.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:SUE:TSRS
value: bool = driver.source.bb.eutra.tcw.sue.get_tsrs()

No command help available

return

transmit_srs: No help available

get_ue_id() int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TCW:SUE:UEID
value: int = driver.source.bb.eutra.tcw.sue.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:SUE:OVRB
driver.source.bb.eutra.tcw.sue.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:SUE:TSRS
driver.source.bb.eutra.tcw.sue.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:SUE:UEID
driver.source.bb.eutra.tcw.sue.set_ue_id(ue_idn_rnti = 1)

Sets the UE ID/n_RNTI.

param ue_idn_rnti

integer Range: 0 to 65535