Pswitched

SCPI Commands

FETCh:INTermediate:GSM:SIGNaling<Instance>:BER:PSWitched
class Pswitched[source]

Pswitched commands group definition. 3 total commands, 1 Sub-groups, 1 group commands

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: No parameter help available

  • Frames: int: No parameter help available

  • Ber: float: No parameter help available

  • Dbler: float: No parameter help available

  • Usf_Bler: float: No parameter help available

  • False_Usf_Detect: float: No parameter help available

  • Crc_Errors: float: No parameter help available

  • Non_Assigned_Usf: int: No parameter help available

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

No command help available

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.pswitched.clone()

Subgroups