Tshift<Index>

RepCap Settings

# Range: Nr1 .. Nr64
rc = driver.source.bb.wlnn.fblock.smapping.tshift.repcap_index_get()
driver.source.bb.wlnn.fblock.smapping.tshift.repcap_index_set(repcap.Index.Nr1)

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:SMAPping:TSHift<ST>
class TshiftCls[source]

Tshift commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Index, default value after init: Index.Nr1

get(frameBlock=FrameBlock.Default, index=Index.Default) float[source]
# SCPI: [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.

param frameBlock

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

param index

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

return

tshift: float Range: -32000 ns to 32000 ns

set(tshift: float, frameBlock=FrameBlock.Default, index=Index.Default) None[source]
# SCPI: [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.

param tshift

float Range: -32000 ns to 32000 ns

param frameBlock

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

param index

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.wlnn.fblock.smapping.tshift.clone()