State
SCPI Command :
[SENSe]:SYNC[:CC<cc>][:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) bool[source]
# [SENSe]:SYNC[:CC<cc>][:STATe] value: bool = driver.applications.k10Xlte.sense.sync.cc.state.get(carrierComponent = repcap.CarrierComponent.Default)
Queries the current synchronization state.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
state: The string contains the following information: - OFDMSymbolTiming is the coarse symbol timing - P-SYNCSynchronization is the P-SYNC synchronization state - S-SYNCSynchronization is the S-SYNC synchronization state A zero represents a failure and a one represents a successful synchronization.