Vv

SCPI Command :

[SOURce<HW>]:FSIMulator:SCM:TAP<ST>:SUBPath<DI>:PHASe:VV
class VvCls[source]

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

get(mimoTap=MimoTap.Default, subPath=SubPath.Default) float[source]
# SCPI: [SOURce<HW>]:FSIMulator:SCM:TAP<ST>:SUBPath<DI>:PHASe:VV
value: float = driver.source.fsimulator.scm.tap.subPath.phase.vv.get(mimoTap = repcap.MimoTap.Default, subPath = repcap.SubPath.Default)

Sets the start phase in degree of the LOS signal / the subpath per MIMO channel.

param mimoTap

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

param subPath

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

return

phase_vv: float Range: 0 to 359.999

set(phase_vv: float, mimoTap=MimoTap.Default, subPath=SubPath.Default) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:SCM:TAP<ST>:SUBPath<DI>:PHASe:VV
driver.source.fsimulator.scm.tap.subPath.phase.vv.set(phase_vv = 1.0, mimoTap = repcap.MimoTap.Default, subPath = repcap.SubPath.Default)

Sets the start phase in degree of the LOS signal / the subpath per MIMO channel.

param phase_vv

float Range: 0 to 359.999

param mimoTap

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

param subPath

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