TimeShift

SCPI Command :

CONFigure:WLAN:SMAPping:TX<ant>:TIMeshift
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(antenna=Antenna.Default) float[source]
# CONFigure:WLAN:SMAPping:TX<ant>:TIMeshift
value: float = driver.applications.k91Wlan.configure.wlan.smapping.tx.timeShift.get(antenna = repcap.Antenna.Default)

This remote control command specifies the timeshift for a specific antenna.

Parameters:

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

Returns:

time_shift: Time shift (in s) for specification of user defined CSD (cyclic delay diversity) for the Spatial Mapping. Range: -32 ns to 32 ns , Unit: S

set(time_shift: float, antenna=Antenna.Default) None[source]
# CONFigure:WLAN:SMAPping:TX<ant>:TIMeshift
driver.applications.k91Wlan.configure.wlan.smapping.tx.timeShift.set(time_shift = 1.0, antenna = repcap.Antenna.Default)

This remote control command specifies the timeshift for a specific antenna.

Parameters:
  • time_shift – Time shift (in s) for specification of user defined CSD (cyclic delay diversity) for the Spatial Mapping. Range: -32 ns to 32 ns , Unit: S

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