State
SCPI Command :
[SENSe]:SYNC[:CC<cc>][:STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) bool [source]
# SCPI: [SENSe]:SYNC[:CC<cc>][:STATe] value: bool = driver.applications.k10Xlte.sense.sync.cc.state.get(carrierComponent = repcap.CarrierComponent.Default)
Queries the current synchronization state.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
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.