MaxVoltage
SCPI Command :
ZVC:Z<*>:I<*>:SHUNt:MAXVoltage
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(zvcProbe=ZvcProbe.Default, zvcChannel=ZvcChannel.Default) ExtShuntMeasVoltageRange[source]
# ZVC:Z<*>:I<*>:SHUNt:MAXVoltage value: enums.ExtShuntMeasVoltageRange = driver.zvc.z.icurrent.shunt.maxVoltage.get(zvcProbe = repcap.ZvcProbe.Default, zvcChannel = repcap.ZvcChannel.Default)
Sets the maximum voltage for the external shunt.
- Parameters:
zvcProbe – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Z’)
zvcChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Icurrent’)
- Returns:
ext_shunt_meas_rg: V450m: 450 mV V045m: 45 mV
- set(ext_shunt_meas_rg: ExtShuntMeasVoltageRange, zvcProbe=ZvcProbe.Default, zvcChannel=ZvcChannel.Default) None[source]
# ZVC:Z<*>:I<*>:SHUNt:MAXVoltage driver.zvc.z.icurrent.shunt.maxVoltage.set(ext_shunt_meas_rg = enums.ExtShuntMeasVoltageRange.V045m, zvcProbe = repcap.ZvcProbe.Default, zvcChannel = repcap.ZvcChannel.Default)
Sets the maximum voltage for the external shunt.
- Parameters:
ext_shunt_meas_rg – V450m: 450 mV V045m: 45 mV
zvcProbe – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Z’)
zvcChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Icurrent’)