A

SCPI Command :

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

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

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

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

return:

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

set_interval(interval: IntervalA) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>[:PCC]:EMTC:HOPPing:UL:A:INTerval
driver.configure.pcc.emtc.hopping.uplink.a.set_interval(interval = enums.IntervalA.I1)

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

param interval:

I1 | I2 | I4 | I8 Time interval in subframes