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
class PhaseCls[source]

Phase commands group definition. 5 total commands, 0 Subgroups, 5 group commands

get_hh() float[source]
# SCPI: [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.

return

phase_hh: No help available

get_hv() float[source]
# SCPI: [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.

return

phase_hv: No help available

get_state() bool[source]
# SCPI: [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.

return

state: 1| ON| 0| OFF

get_vh() float[source]
# SCPI: [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.

return

phase_vh: No help available

get_vv() float[source]
# SCPI: [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.

return

phase_vv: float Range: 0 to 359.999

set_hh(phase_hh: float) None[source]
# SCPI: [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.

param phase_hh

No help available

set_hv(phase_hv: float) None[source]
# SCPI: [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.

param phase_hv

No help available

set_state(state: bool) None[source]
# SCPI: [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.

param state

1| ON| 0| OFF

set_vh(phase_vh: float) None[source]
# SCPI: [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.

param phase_vh

No help available

set_vv(phase_vv: float) None[source]
# SCPI: [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.

param phase_vv

float Range: 0 to 359.999