Hv

SCPI Command :

[SOURce<HW>]:FSIMulator:SCM:TAP<ST>:SUBPath<DI>:PHASe:HV
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mimoTap=MimoTap.Default, subPath=SubPath.Default) float[source]
# [SOURce<HW>]:FSIMulator:SCM:TAP<ST>:SUBPath<DI>:PHASe:HV
value: float = driver.source.fsimulator.scm.tap.subPath.phase.hv.get(mimoTap = repcap.MimoTap.Default, subPath = repcap.SubPath.Default)

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

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

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

set(phase_hv: float, mimoTap=MimoTap.Default, subPath=SubPath.Default) None[source]
# [SOURce<HW>]:FSIMulator:SCM:TAP<ST>:SUBPath<DI>:PHASe:HV
driver.source.fsimulator.scm.tap.subPath.phase.hv.set(phase_hv = 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.

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

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