Phase
SCPI Commands :
[SOURce<HW>]:CORRection:CSET:DATA:SGAMma:PHASe
[SOURce<HW>]:CORRection:CSET:DATA:SGAMma:PHASe:POINts
- class PhaseCls[source]
Phase commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- class PhaseStruct[source]
Response structure. Fields:
Phase_1: float: No parameter help available
Phase_N: float: No parameter help available
- get() PhaseStruct [source]
# SCPI: [SOURce<HW>]:CORRection:CSET:DATA:SGAMma:PHASe value: PhaseStruct = driver.source.correction.cset.data.sgamma.phase.get()
No command help available
- return
structure: for return value, see the help for PhaseStruct structure arguments.
- get_points() int [source]
# SCPI: [SOURce<HW>]:CORRection:CSET:DATA:SGAMma:PHASe:POINts value: int = driver.source.correction.cset.data.sgamma.phase.get_points()
No command help available
- return
points: No help available
- set(phase_1: float, phase_n: Optional[float] = None) None [source]
# SCPI: [SOURce<HW>]:CORRection:CSET:DATA:SGAMma:PHASe driver.source.correction.cset.data.sgamma.phase.set(phase_1 = 1.0, phase_n = 1.0)
No command help available
- param phase_1
No help available
- param phase_n
No help available