Range

SCPI Command :

PROBe<*>:SETup:ADVanced:RANGe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(probe=Probe.Default) ProbeRange[source]
# PROBe<*>:SETup:ADVanced:RANGe
value: enums.ProbeRange = driver.probe.setup.advanced.range.get(probe = repcap.Probe.Default)

Sets the voltage range of a R&S RT-ZHD probe.

Parameters:

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

Returns:

probe_range: AUTO | MHIGh | MLOW

  • AUTO: The voltage range is set with CHANnelch:SCALe.

  • MHIGh: Sets the higher voltage range of the connected probe. To query the value, use PROBech:SETup:ATTenuation[:AUTO]?.

  • MLOW: Sets the lower voltage range of the connected probe. To query the value, use PROBech:SETup:ATTenuation[:AUTO]?.

set(probe_range: ProbeRange, probe=Probe.Default) None[source]
# PROBe<*>:SETup:ADVanced:RANGe
driver.probe.setup.advanced.range.set(probe_range = enums.ProbeRange.AUTO, probe = repcap.Probe.Default)

Sets the voltage range of a R&S RT-ZHD probe.

Parameters:
  • probe_range

    AUTO | MHIGh | MLOW

    • AUTO: The voltage range is set with CHANnelch:SCALe.

    • MHIGh: Sets the higher voltage range of the connected probe. To query the value, use PROBech:SETup:ATTenuation[:AUTO]?.

    • MLOW: Sets the lower voltage range of the connected probe. To query the value, use PROBech:SETup:ATTenuation[:AUTO]?.

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