MaxCurrent
SCPI Command :
ZVC:Z<*>:I<*>:SHUNt:MAXCurrent
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(zvcProbe=ZvcProbe.Default, zvcChannel=ZvcChannel.Default) IntShuntMeasRange[source]
# ZVC:Z<*>:I<*>:SHUNt:MAXCurrent value: enums.IntShuntMeasRange = driver.zvc.z.icurrent.shunt.maxCurrent.get(zvcProbe = repcap.ZvcProbe.Default, zvcChannel = repcap.ZvcChannel.Default)
Sets the maximum current and the internal shunt value. The internal shunt and maximum current parameter pairs are defined as described in the table below. Parameter / Internal shunt / Maximum current
A100r01 / 10 A / 10 mΩ
A40R01 / 4.5 A / 10 mΩ
A45M10r / 45 mA / 10 Ω
A4M510r / 4.5 mA / 10 Ω
A45u10k / 45 µA / 10 KΩ
A4U510k / 4.5 µA / 10 KΩ
- 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:
int_shunt_meas_rg: A100r01 | A40R01 | A45M10r | A4M510r | A45u10k | A4U510k
- set(int_shunt_meas_rg: IntShuntMeasRange, zvcProbe=ZvcProbe.Default, zvcChannel=ZvcChannel.Default) None[source]
# ZVC:Z<*>:I<*>:SHUNt:MAXCurrent driver.zvc.z.icurrent.shunt.maxCurrent.set(int_shunt_meas_rg = enums.IntShuntMeasRange.A100r01, zvcProbe = repcap.ZvcProbe.Default, zvcChannel = repcap.ZvcChannel.Default)
Sets the maximum current and the internal shunt value. The internal shunt and maximum current parameter pairs are defined as described in the table below. Parameter / Internal shunt / Maximum current
A100r01 / 10 A / 10 mΩ
A40R01 / 4.5 A / 10 mΩ
A45M10r / 45 mA / 10 Ω
A4M510r / 4.5 mA / 10 Ω
A45u10k / 45 µA / 10 KΩ
A4U510k / 4.5 µA / 10 KΩ
- Parameters:
int_shunt_meas_rg – A100r01 | A40R01 | A45M10r | A4M510r | A45u10k | A4U510k
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’)