Real

SCPI Command :

[SOURce<HW>]:BB:WLNN:ANTenna:TCHain<CH>:TX<DIR>:REAL
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(transmissionChain=TransmissionChain.Default, index=Index.Default) float[source]
# [SOURce<HW>]:BB:WLNN:ANTenna:TCHain<CH>:TX<DIR>:REAL
value: float = driver.source.bb.wlnn.antenna.tchain.tx.real.get(transmissionChain = repcap.TransmissionChain.Default, index = repcap.Index.Default)

Sets the value for the Real coordinate.

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

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

Returns:

real: float Range: -1000 to 1000

set(real: float, transmissionChain=TransmissionChain.Default, index=Index.Default) None[source]
# [SOURce<HW>]:BB:WLNN:ANTenna:TCHain<CH>:TX<DIR>:REAL
driver.source.bb.wlnn.antenna.tchain.tx.real.set(real = 1.0, transmissionChain = repcap.TransmissionChain.Default, index = repcap.Index.Default)

Sets the value for the Real coordinate.

Parameters:
  • real – float Range: -1000 to 1000

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

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