State

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:DERRor:BLOCk:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default) bool[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:DERRor:BLOCk:STATe
value: bool = driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.derror.block.state.get(mobileStation = repcap.MobileStation.Default)

The command activates or deactivates block error generation.

Parameters:

mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)

Returns:

state: ON | OFF

set(state: bool, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:DERRor:BLOCk:STATe
driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.derror.block.state.set(state = False, mobileStation = repcap.MobileStation.Default)

The command activates or deactivates block error generation.

Parameters:
  • state – ON | OFF

  • mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)