ThEnable

SCPI Command :

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

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

Parameters:

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

Returns:

thres_enable: -12 to 12

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

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

Parameters:
  • thres_enable – -12 to 12

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