Cswitched

SCPI Commands

SENSe:GSM:SIGNaling<Instance>:RREPort:CSWitched:NRBLocks
class Cswitched[source]

Cswitched commands group definition. 5 total commands, 2 Sub-groups, 1 group commands

get_nr_blocks()int[source]
# SCPI: SENSe:GSM:SIGNaling<Instance>:RREPort:CSWitched:NRBLocks
value: int = driver.sense.rreport.cswitched.get_nr_blocks()

Returns the number of blocks that theR&S CMW received in the UL since the beginning of the measurement.

return

nr_rec_blocks: Range: 0 to 63

Cloning the Group

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

Subgroups