Tshift<Index>
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:SMAPping:TSHift<ST>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr64 driver.source.bb.wlnn.fblock.smapping.tshift.repcap_index_set(repcap.Index.Nr1)
- get(frameBlock=FrameBlock.Default, index=Index.Default) float[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:SMAPping:TSHift<ST> value: float = driver.source.bb.wlnn.fblock.smapping.tshift.get(frameBlock = repcap.FrameBlock.Default, index = repcap.Index.Default)
Sets the spatial mapping time shift. This value is relevant for spatial mapping mode direct and spatial expansion only.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
index – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tshift’)
- Returns:
tshift: float Range: -32000 ns to 32000 ns
- set(tshift: float, frameBlock=FrameBlock.Default, index=Index.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:SMAPping:TSHift<ST> driver.source.bb.wlnn.fblock.smapping.tshift.set(tshift = 1.0, frameBlock = repcap.FrameBlock.Default, index = repcap.Index.Default)
Sets the spatial mapping time shift. This value is relevant for spatial mapping mode direct and spatial expansion only.
- Parameters:
tshift – float Range: -32000 ns to 32000 ns
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
index – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tshift’)
Cloning the Group
# Create a copy of the original group, that exists independently
tshift_copy = driver.source.bb.wlnn.fblock.smapping.tshift.clone()