Cswitched

SCPI Commands

FETCh:INTermediate:GSM:SIGNaling<Instance>:BER:CSWitched
class Cswitched[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Frames: int: No parameter help available

  • Ber: float: No parameter help available

  • Crc_Errors: int: No parameter help available

  • Class_Ii: float: No parameter help available

  • Class_Ib: float: No parameter help available

  • Fer: float: No parameter help available

  • L_2_Frames_Rep: float: No parameter help available

  • Error_Events: float: No parameter help available

  • Number_Sid_Frames: int: No parameter help available

  • Sid_Frame_Err_Rate: float: No parameter help available

  • False_Bfi_Rate: float: No parameter help available

fetch()FetchStruct[source]
# SCPI: FETCh:INTermediate:GSM:SIGNaling<Instance>:BER:CSWitched
value: FetchStruct = driver.intermediate.ber.cswitched.fetch()

No command help available

Use RsCmwGsmSig.reliability.last_value to read the updated reliability indicator.

return

structure: for return value, see the help for FetchStruct structure arguments.

Cloning the Group

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

Subgroups