Ethroughput

SCPI Commands

SENSe:GSM:SIGNaling<Instance>:CONNection:ETHRoughput:UL
SENSe:GSM:SIGNaling<Instance>:CONNection:ETHRoughput:DL
class Ethroughput[source]

Ethroughput commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_downlink()float[source]
# SCPI: SENSe:GSM:SIGNaling<Instance>:CONNection:ETHRoughput:DL
value: float = driver.sense.connection.ethroughput.get_downlink()

Queries the maximum possible RLC throughput in the downlink, resulting from the downlink PS slot configuration.

return

throughput: Range: 0 bit/s to 1E+6 bit/s, Unit: bit/s

get_uplink()float[source]
# SCPI: SENSe:GSM:SIGNaling<Instance>:CONNection:ETHRoughput:UL
value: float = driver.sense.connection.ethroughput.get_uplink()

Queries the maximum possible RLC throughput in the uplink, resulting from the uplink PS slot configuration.

return

throughput: Range: 0 bit/s to 100E+3 bit/s, Unit: bit/s