PrSingle

SCPI Command :

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

Selects a default threshold voltage if method RsRtx.bus.flxRay.srcType.set() is set to SINGle.

Parameters:

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

set(preset_sg_end: BusFlxrayPreset, bus=Bus.Default) None[source]
# BUS<*>:FLXRay:PRSingle
driver.bus.flxRay.prSingle.set(preset_sg_end = enums.BusFlxrayPreset.MANual, bus = repcap.Bus.Default)

Selects a default threshold voltage if method RsRtx.bus.flxRay.srcType.set() is set to SINGle.

Parameters:
  • preset_sg_end

    MV150 | MV200 | MV250 | MV300 | MANual

    • MV150 | MV200 | MV250 | MV300: 2.5 ± 0.15 V; 2.5 ± 0.2 V; 2.5 ± 0.25 V; 2.5 ± 0.3 V, respectively

    • MANual: Manual setting of user-defined values with BUSb:FLXRay:THResholdn.

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