Fcio

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPDCh:FCIO
class FcioCls[source]

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

get(mobileStation=MobileStation.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPDCh:FCIO
value: bool = driver.source.bb.w3Gpp.mstation.dpdch.fcio.get(mobileStation = repcap.MobileStation.Default)

The command sets the channelization code to I/0. This mode can only be activated if the overall symbol rate is < 2 x 960 kbps.

param mobileStation

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

return

fcio: ON| OFF

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

The command sets the channelization code to I/0. This mode can only be activated if the overall symbol rate is < 2 x 960 kbps.

param fcio

ON| OFF

param mobileStation

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