Logarithmic
SCPI Commands :
POWer:SOA:LOGarithmic:INSert
POWer:SOA:LOGarithmic:REMove
POWer:SOA:LOGarithmic:COUNt
- Commands in total: 6Subgroups: 2Direct child commands: 3
- get_count() int[source]
# POWer:SOA:LOGarithmic:COUNt value: int = driver.power.soa.logarithmic.get_count()
Queries the number of points.
- set_insert(gate_index: int) None[source]
# POWer:SOA:LOGarithmic:INSert driver.power.soa.logarithmic.set_insert(gate_index = 1)
Inserts a point.
- set_remove(gate_index: int) None[source]
# POWer:SOA:LOGarithmic:REMove driver.power.soa.logarithmic.set_remove(gate_index = 1)
Removes a point.
Cloning the Group
# Create a copy of the original group, that exists independently
logarithmic_copy = driver.power.soa.logarithmic.clone()
Subgroups