Fetch

SCPI Commands

FETCh:IMPedance
FETCh
class FetchCls[source]

Fetch commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_impedance() List[float][source]
# SCPI: FETCh:IMPedance
value: List[float] = driver.fetch.get_impedance()

Queries the most recent valid values of the measured impedance. If no valid measurement values are available, the reponse reports error code -230.

return:

impedance: No help available

get_value() List[float][source]
# SCPI: FETCh
value: List[float] = driver.fetch.get_value()

Queries the most recent valid values for measurement pair 2. If no valid measurement values are available, the reponse reports error code -230.

return:

results: No help available