Meter<Voltmeter>

SCPI Commands :

METer:BANDwidth
METer:MTIMe
Commands in total: 9
Subgroups: 1
Direct child commands: 2

Repeated Capability Setting:

# Range: Nr1 .. Nr8

driver.meter.repcap_voltmeter_set(repcap.Voltmeter.Nr1)
get_bandwidth() MeterBandwidth[source]
# METer:BANDwidth
value: enums.MeterBandwidth = driver.meter.get_bandwidth()

Sets the filter bandwidth.

Returns:

bandwidth: B20M: 20 MHz B10M: 10 MHz B5M: 5 MHz B2M: 2 MHz B1M: 1 MHz B500: 500 kHz B200: 200 kHz

get_mtime() float[source]
# METer:MTIMe
value: float = driver.meter.get_mtime()

Sets the measurement time. The time begins in the moment that a measurement is enabled.

Returns:

meas_time: 0.05 to 1

set_bandwidth(bandwidth: MeterBandwidth) None[source]
# METer:BANDwidth
driver.meter.set_bandwidth(bandwidth = enums.MeterBandwidth.B100)

Sets the filter bandwidth.

Parameters:

bandwidth – B20M: 20 MHz B10M: 10 MHz B5M: 5 MHz B2M: 2 MHz B1M: 1 MHz B500: 500 kHz B200: 200 kHz

set_mtime(meas_time: float) None[source]
# METer:MTIMe
driver.meter.set_mtime(meas_time = 1.0)

Sets the measurement time. The time begins in the moment that a measurement is enabled.

Parameters:

meas_time – 0.05 to 1

Cloning the Group

# Create a copy of the original group, that exists independently
meter_copy = driver.meter.clone()

Subgroups