Current
SCPI Command :
POWer:SOA:LINear:POINt<*>:CURRent
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(powerPoint=PowerPoint.Default) float[source]
# POWer:SOA:LINear:POINt<*>:CURRent value: float = driver.power.soa.linear.point.current.get(powerPoint = repcap.PowerPoint.Default)
Sets the current value for the respective point.
- Parameters:
powerPoint – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Point’)
- Returns:
amp: 0.01 to 1000
- set(amp: float, powerPoint=PowerPoint.Default) None[source]
# POWer:SOA:LINear:POINt<*>:CURRent driver.power.soa.linear.point.current.set(amp = 1.0, powerPoint = repcap.PowerPoint.Default)
Sets the current value for the respective point.
- Parameters:
amp – 0.01 to 1000
powerPoint – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Point’)