Real

SCPI Command :

[SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:KRONecker:CORRelation:RX:ROW<DI>:COLumn<ST>:REAL
class RealCls[source]

Real 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>:KRONecker:CORRelation:RX:ROW<DI>:COLumn<ST>:REAL
value: float = driver.source.fsimulator.mimo.tap.kronecker.correlation.rx.row.column.real.get(mimoTap = repcap.MimoTap.Default, row = repcap.Row.Default, column = repcap.Column.Default)

Sets the value for the real part of the receiver/transmitter correlation. Note: If the values for the real part and the imaginary part are both set to 0, the phase value is set to 0 when changing the data format.

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

real: float Range: -1 to 1

set(real: float, mimoTap=MimoTap.Default, row=Row.Default, column=Column.Default) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:KRONecker:CORRelation:RX:ROW<DI>:COLumn<ST>:REAL
driver.source.fsimulator.mimo.tap.kronecker.correlation.rx.row.column.real.set(real = 1.0, mimoTap = repcap.MimoTap.Default, row = repcap.Row.Default, column = repcap.Column.Default)

Sets the value for the real part of the receiver/transmitter correlation. Note: If the values for the real part and the imaginary part are both set to 0, the phase value is set to 0 when changing the data format.

param real

float Range: -1 to 1

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’)