Tduration
SCPI Commands :
[SOURce<HW>]:BB:GNSS:GALileo:OSNMa:PKEY:TDURation:SONE
[SOURce<HW>]:BB:GNSS:GALileo:OSNMa:PKEY:TDURation:STWO
- class TdurationCls[source]
Tduration commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_sone() int [source]
# SCPI: [SOURce<HW>]:BB:GNSS:GALileo:OSNMa:PKEY:TDURation:SONE value: int = driver.source.bb.gnss.galileo.osnma.pkey.tduration.get_sone()
Sets the duration of step 1 for Public key transitions.
- return:
duration: integer Range: 1 to 86400
- get_stwo() int [source]
# SCPI: [SOURce<HW>]:BB:GNSS:GALileo:OSNMa:PKEY:TDURation:STWO value: int = driver.source.bb.gnss.galileo.osnma.pkey.tduration.get_stwo()
Sets the duration of step 2 for Public key transitions.
- return:
duration: integer Range: 1 to 86400
- set_sone(duration: int) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:GALileo:OSNMa:PKEY:TDURation:SONE driver.source.bb.gnss.galileo.osnma.pkey.tduration.set_sone(duration = 1)
Sets the duration of step 1 for Public key transitions.
- param duration:
integer Range: 1 to 86400
- set_stwo(duration: int) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:GALileo:OSNMa:PKEY:TDURation:STWO driver.source.bb.gnss.galileo.osnma.pkey.tduration.set_stwo(duration = 1)
Sets the duration of step 2 for Public key transitions.
- param duration:
integer Range: 1 to 86400