Rreport

SCPI Commands

SENSe:GSM:SIGNaling<Instance>:RREPort:COUNt
class Rreport[source]

Rreport commands group definition. 42 total commands, 12 Sub-groups, 1 group commands

get_count()int[source]
# SCPI: SENSe:GSM:SIGNaling<Instance>:RREPort:COUNt
value: int = driver.sense.rreport.get_count()

Returns the number of measurement reports received since the connection was established.

return

count: Range: 0 to n

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.rreport.clone()

Subgroups