Connector

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:HARQ:SIMulation:CONNector
class ConnectorCls[source]

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

get(mobileStation=MobileStation.Default) RsSmw.enums.FeedbackConnector[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:HARQ:SIMulation:CONNector
value: enums.FeedbackConnector = driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.harq.simulation.connector.get(mobileStation = repcap.MobileStation.Default)

Determines the input connector at that the instrument expects the feedback signal.

param mobileStation

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

return

connector: LOCal| GLOBal

set(connector: RsSmw.enums.FeedbackConnector, mobileStation=MobileStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:HARQ:SIMulation:CONNector
driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.harq.simulation.connector.set(connector = enums.FeedbackConnector.GLOBal, mobileStation = repcap.MobileStation.Default)

Determines the input connector at that the instrument expects the feedback signal.

param connector

LOCal| GLOBal

param mobileStation

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