State

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:DERRor:BIT:STATe
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(mobileStation=MobileStation.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:DERRor:BIT:STATe
value: bool = driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.derror.bit.state.get(mobileStation = repcap.MobileStation.Default)

The command activates or deactivates bit error generation.

param mobileStation

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

return

state: ON| OFF

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

The command activates or deactivates bit error generation.

param state

ON| OFF

param mobileStation

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