ThData

SCPI Command :

BUS<*>:FLXRay:THData
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) float[source]
# BUS<*>:FLXRay:THData
value: float = driver.bus.flxRay.thData.get(bus = repcap.Bus.Default)

Sets the threshold for the data line if the source type is LOGic.

Parameters:

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

Returns:

threshold_data: -12 to 12

set(threshold_data: float, bus=Bus.Default) None[source]
# BUS<*>:FLXRay:THData
driver.bus.flxRay.thData.set(threshold_data = 1.0, bus = repcap.Bus.Default)

Sets the threshold for the data line if the source type is LOGic.

Parameters:
  • threshold_data – -12 to 12

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