Fcio

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPDCh:E:FCIO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default) bool[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPDCh:E:FCIO
value: bool = driver.source.bb.w3Gpp.mstation.hsupa.dpdch.e.fcio.get(mobileStation = repcap.MobileStation.Default)

The command sets the channelization code to I/0.

Parameters:

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

Returns:

fcio: ON | OFF

set(fcio: bool, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPDCh:E:FCIO
driver.source.bb.w3Gpp.mstation.hsupa.dpdch.e.fcio.set(fcio = False, mobileStation = repcap.MobileStation.Default)

The command sets the channelization code to I/0.

Parameters:
  • fcio – ON | OFF

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