B

SCPI Command :

CONFigure:LTE:SIGNaling<instance>[:PCC]:EMTC:HOPPing:UL:B:INTerval
class BCls[source]

B commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_interval() IntervalB[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>[:PCC]:EMTC:HOPPing:UL:B:INTerval
value: enums.IntervalB = driver.configure.pcc.emtc.hopping.uplink.b.get_interval()

Specifies the time interval between two hops for CE mode B, DL or UL.

return:

interval: I2 | I4 | I8 | I16 Time interval in subframes

set_interval(interval: IntervalB) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>[:PCC]:EMTC:HOPPing:UL:B:INTerval
driver.configure.pcc.emtc.hopping.uplink.b.set_interval(interval = enums.IntervalB.I16)

Specifies the time interval between two hops for CE mode B, DL or UL.

param interval:

I2 | I4 | I8 | I16 Time interval in subframes