Unit

SCPI Command :

MEASurement<*>:JITTer:UNIT
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measIndex=MeasIndex.Default) Unit[source]
# MEASurement<*>:JITTer:UNIT
value: enums.Unit = driver.measurement.jitter.unit.get(measIndex = repcap.MeasIndex.Default)

Sets the unit for data rate measurements.

Parameters:

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

Returns:

unit: BIT_S | HZ

set(unit: Unit, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:JITTer:UNIT
driver.measurement.jitter.unit.set(unit = enums.Unit.A, measIndex = repcap.MeasIndex.Default)

Sets the unit for data rate measurements.

Parameters:
  • unit – BIT_S | HZ

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