Cell

SCPI Commands

SENSe:GSM:SIGNaling<Instance>:CELL:FNUMber
SENSe:GSM:SIGNaling<Instance>:CELL:CERRor
class Cell[source]

Cell commands group definition. 3 total commands, 1 Sub-groups, 2 group commands

get_cerror()RsCmwGsmSig.enums.ConnectError[source]
# SCPI: SENSe:GSM:SIGNaling<Instance>:CELL:CERRor
value: enums.ConnectError = driver.sense.cell.get_cerror()

Returns error information related to the active CS/PS connection.

return

connection_error: NERRor | REJected | RLTimeout | PTIMeout | STIMeout | IGNored | ATIMeout NERRor: no error REJected: connection rejected RLTimeout: radio link timeout PTIMeout: paging timeout STIMeout: signaling timeout IGNored: connection ignored ATIMeout: alerting timeout

get_fnumber()int[source]
# SCPI: SENSe:GSM:SIGNaling<Instance>:CELL:FNUMber
value: int = driver.sense.cell.get_fnumber()

No command help available

return

frame_number: No help available

Cloning the Group

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

Subgroups