Phase

SCPI Commands :

[SOURce<HW>]:FSIMulator:SCM:LOS:RANDom:PHASe:HH
[SOURce<HW>]:FSIMulator:SCM:LOS:RANDom:PHASe:HV
[SOURce<HW>]:FSIMulator:SCM:LOS:RANDom:PHASe:STATe
[SOURce<HW>]:FSIMulator:SCM:LOS:RANDom:PHASe:VH
[SOURce<HW>]:FSIMulator:SCM:LOS:RANDom:PHASe:VV
Commands in total: 5
Subgroups: 0
Direct child commands: 5
get_hh() float[source]
# [SOURce<HW>]:FSIMulator:SCM:LOS:RANDom:PHASe:HH
value: float = driver.source.fsimulator.scm.los.random.phase.get_hh()

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

get_hv() float[source]
# [SOURce<HW>]:FSIMulator:SCM:LOS:RANDom:PHASe:HV
value: float = driver.source.fsimulator.scm.los.random.phase.get_hv()

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

get_state() bool[source]
# [SOURce<HW>]:FSIMulator:SCM:LOS:RANDom:PHASe:STATe
value: bool = driver.source.fsimulator.scm.los.random.phase.get_state()

If enabled, random subpath start phases are selected.

Returns:

state: 1 | ON | 0| OFF

get_vh() float[source]
# [SOURce<HW>]:FSIMulator:SCM:LOS:RANDom:PHASe:VH
value: float = driver.source.fsimulator.scm.los.random.phase.get_vh()

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

get_vv() float[source]
# [SOURce<HW>]:FSIMulator:SCM:LOS:RANDom:PHASe:VV
value: float = driver.source.fsimulator.scm.los.random.phase.get_vv()

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

Returns:

phase_vv: float Range: 0 to 359.999

set_hh(phase_hh: float) None[source]
# [SOURce<HW>]:FSIMulator:SCM:LOS:RANDom:PHASe:HH
driver.source.fsimulator.scm.los.random.phase.set_hh(phase_hh = 1.0)

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

set_hv(phase_hv: float) None[source]
# [SOURce<HW>]:FSIMulator:SCM:LOS:RANDom:PHASe:HV
driver.source.fsimulator.scm.los.random.phase.set_hv(phase_hv = 1.0)

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

set_state(state: bool) None[source]
# [SOURce<HW>]:FSIMulator:SCM:LOS:RANDom:PHASe:STATe
driver.source.fsimulator.scm.los.random.phase.set_state(state = False)

If enabled, random subpath start phases are selected.

Parameters:

state – 1 | ON | 0| OFF

set_vh(phase_vh: float) None[source]
# [SOURce<HW>]:FSIMulator:SCM:LOS:RANDom:PHASe:VH
driver.source.fsimulator.scm.los.random.phase.set_vh(phase_vh = 1.0)

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

set_vv(phase_vv: float) None[source]
# [SOURce<HW>]:FSIMulator:SCM:LOS:RANDom:PHASe:VV
driver.source.fsimulator.scm.los.random.phase.set_vv(phase_vv = 1.0)

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

Parameters:

phase_vv – float Range: 0 to 359.999