PrLogic
SCPI Command :
BUS<*>:FLXRay:PRLogic
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) BusFlxrayPresetLogic[source]
# BUS<*>:FLXRay:PRLogic value: enums.BusFlxrayPresetLogic = driver.bus.flxRay.prLogic.get(bus = repcap.Bus.Default)
Selects a default threshold voltage if method
RsRtx.bus.flxRay.srcType.set()is set to LOGic.- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
preset_logic: V25 | V165 | V125 | V09 | V0 | MANual
V25 | V165 | V125 | V09 | V0: 2.5 V (CMOS 5.0 V) ; 1.65 V (CMOS 3.5V) , 1.25 V (CMOS 2.5V) , 0.9 V (CMOS 1.8V) , 0 V (ground)
MANual: Manual setting of user-defined values with BUSb:FLXRay:THResholdn.
- set(preset_logic: BusFlxrayPresetLogic, bus=Bus.Default) None[source]
# BUS<*>:FLXRay:PRLogic driver.bus.flxRay.prLogic.set(preset_logic = enums.BusFlxrayPresetLogic.MANual, bus = repcap.Bus.Default)
Selects a default threshold voltage if method
RsRtx.bus.flxRay.srcType.set()is set to LOGic.- Parameters:
preset_logic –
V25 | V165 | V125 | V09 | V0 | MANual
V25 | V165 | V125 | V09 | V0: 2.5 V (CMOS 5.0 V) ; 1.65 V (CMOS 3.5V) , 1.25 V (CMOS 2.5V) , 0.9 V (CMOS 1.8V) , 0 V (ground)
MANual: Manual setting of user-defined values with BUSb:FLXRay:THResholdn.
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)