Data

SCPI Command :

BUS<*>:EBTB:SYMBol<*>:DATA
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default, ebtbSymbol=EbtbSymbol.Default) str[source]
# BUS<*>:EBTB:SYMBol<*>:DATA
value: str = driver.bus.ebtb.symbol.data.get(bus = repcap.Bus.Default, ebtbSymbol = repcap.EbtbSymbol.Default)

Returns the data of the specified symbol. The format is determined by the remote command method RsRtx.bus.ebtb.disf.set() .

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

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