Pdw

SCPI Commands :

IMPort:PDW:NORM
IMPort:PDW:STATus
class PdwCls[source]

Pdw commands group definition. 44 total commands, 4 Subgroups, 2 group commands

get_norm() bool[source]
# SCPI: IMPort:PDW:NORM
value: bool = driver.importPy.pdw.get_norm()

Normalizes the TOA (time of arrival) of the first pulse to 0. Subsequent TOAs are relative.

return:

norm: ON| OFF| 1| 0

get_status() bool[source]
# SCPI: IMPort:PDW:STATus
value: bool = driver.importPy.pdw.get_status()

Queries the parsing status.

return:

status: ON| OFF| 1| 0 1 Import completed

set_norm(norm: bool) None[source]
# SCPI: IMPort:PDW:NORM
driver.importPy.pdw.set_norm(norm = False)

Normalizes the TOA (time of arrival) of the first pulse to 0. Subsequent TOAs are relative.

param norm:

ON| OFF| 1| 0

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.importPy.pdw.clone()

Subgroups