TimeShift

SCPI Command :

CONFigure:WLAN:SMAPping:TX<ch>:TIMeshift
class TimeShiftCls[source]

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

get(channel=Channel.Default) float[source]
# SCPI: CONFigure:WLAN:SMAPping:TX<ch>:TIMeshift
value: float = driver.applications.k91Wlan.configure.wlan.smapping.tx.timeShift.get(channel = repcap.Channel.Default)

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

param channel

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

return

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, channel=Channel.Default) None[source]
# SCPI: CONFigure:WLAN:SMAPping:TX<ch>:TIMeshift
driver.applications.k91Wlan.configure.wlan.smapping.tx.timeShift.set(time_shift = 1.0, channel = repcap.Channel.Default)

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

param 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

param channel

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