Phase

SCPI Command :

[SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:MATRix:ROW<DI>:COLumn<ST>:PHASe
class PhaseCls[source]

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

get(mimoTap=MimoTap.Default, row=Row.Default, column=Column.Default) float[source]
# SCPI: [SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:MATRix:ROW<DI>:COLumn<ST>:PHASe
value: float = driver.source.fsimulator.mimo.tap.matrix.row.column.phase.get(mimoTap = repcap.MimoTap.Default, row = repcap.Row.Default, column = repcap.Column.Default)

Sets the value for the phase/imaginary part of the correlation.

param mimoTap

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

param row

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

param column

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

return

phase: float Range: 0 to 360

set(phase: float, mimoTap=MimoTap.Default, row=Row.Default, column=Column.Default) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:MATRix:ROW<DI>:COLumn<ST>:PHASe
driver.source.fsimulator.mimo.tap.matrix.row.column.phase.set(phase = 1.0, mimoTap = repcap.MimoTap.Default, row = repcap.Row.Default, column = repcap.Column.Default)

Sets the value for the phase/imaginary part of the correlation.

param phase

float Range: 0 to 360

param mimoTap

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

param row

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

param column

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