Phase

SCPI Commands :

[SOURce<HW>]:CORRection:CSET:DATA:SGAMma:PHASe
[SOURce<HW>]:CORRection:CSET:DATA:SGAMma:PHASe:POINts
Commands in total: 2
Subgroups: 0
Direct child commands: 2
class PhaseStruct[source]

Response structure. Fields:

  • 1 Phase_1: float: No parameter help available

  • 2 Phase_N: float: No parameter help available

get() PhaseStruct[source]
# [SOURce<HW>]:CORRection:CSET:DATA:SGAMma:PHASe
value: PhaseStruct = driver.source.correction.cset.data.sgamma.phase.get()

No help available

Returns:

structure: for return value, see the help for PhaseStruct structure arguments.

get_points() int[source]
# [SOURce<HW>]:CORRection:CSET:DATA:SGAMma:PHASe:POINts
value: int = driver.source.correction.cset.data.sgamma.phase.get_points()

No help available

set(phase_1: float, phase_n: float = None) None[source]
# [SOURce<HW>]:CORRection:CSET:DATA:SGAMma:PHASe
driver.source.correction.cset.data.sgamma.phase.set(phase_1 = 1.0, phase_n = 1.0)

No help available