Sfno

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:SFNO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:LTE]:DL[:CC<cc>]:SFNO
value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.sfno.get(carrierComponent = repcap.CarrierComponent.Default)

Defines the frame number offset for the positioning reference signal.

Parameters:

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

Returns:

offset: numeric value (integer only)

set(offset: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:DL[:CC<cc>]:SFNO
driver.applications.k10Xlte.configure.lte.downlink.cc.sfno.set(offset = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Defines the frame number offset for the positioning reference signal.

Parameters:
  • offset – numeric value (integer only)

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