Threshold<BusThreshold>

SCPI Command :

BUS<*>:FLXRay:THReshold<*>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr4

driver.bus.flxRay.threshold.repcap_busThreshold_set(repcap.BusThreshold.Nr1)
get(bus=Bus.Default, busThreshold=BusThreshold.Default) float[source]
# BUS<*>:FLXRay:THReshold<*>
value: float = driver.bus.flxRay.threshold.get(bus = repcap.Bus.Default, busThreshold = repcap.BusThreshold.Default)

Sets the thresholds for the bus signal if the source type is SINGle or DIFFerential. For LOGic source type, use method RsRtx.bus.flxRay.thData.set() and method RsRtx.bus.flxRay.thEnable.set() .

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

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

Returns:

thresholds: Differential or absolute voltage level, depending on the source type. See method RsRtx.bus.flxRay.srcType.set().

set(thresholds: float, bus=Bus.Default, busThreshold=BusThreshold.Default) None[source]
# BUS<*>:FLXRay:THReshold<*>
driver.bus.flxRay.threshold.set(thresholds = 1.0, bus = repcap.Bus.Default, busThreshold = repcap.BusThreshold.Default)

Sets the thresholds for the bus signal if the source type is SINGle or DIFFerential. For LOGic source type, use method RsRtx.bus.flxRay.thData.set() and method RsRtx.bus.flxRay.thEnable.set() .

Parameters:
  • thresholds – Differential or absolute voltage level, depending on the source type. See method RsRtx.bus.flxRay.srcType.set().

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

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

Cloning the Group

# Create a copy of the original group, that exists independently
threshold_copy = driver.bus.flxRay.threshold.clone()