vidpic
¶
The vidpic commands module.
These commands are used in the following models: DPO4K, DPO4KB, MDO3, MDO3K, MDO4K, MDO4KB, MDO4KC, MSO4K, MSO4KB
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- VIDPic:AUTOContrast {ON|OFF|1|0}
- VIDPic:AUTOContrast:UPDATERate <NR1>
- VIDPic:AUTOContrast:UPDATERate?
- VIDPic:AUTOContrast?
- VIDPic:BRIGHTNess <NR1>
- VIDPic:BRIGHTNess?
- VIDPic:CONTRast <NR1>
- VIDPic:CONTRast?
- VIDPic:DISplay {ON|OFF|1|0}
- VIDPic:DISplay?
- VIDPic:FRAMETYPe {ODD|EVEN|INTERLAced}
- VIDPic:FRAMETYPe?
- VIDPic:LOCation:HEIght <NR1>
- VIDPic:LOCation:HEIght?
- VIDPic:LOCation:OFFSet <NR3>
- VIDPic:LOCation:OFFSet?
- VIDPic:LOCation:STARt:LINE <NR1>
- VIDPic:LOCation:STARt:LINE?
- VIDPic:LOCation:STARt:PIXel <NR1>
- VIDPic:LOCation:STARt:PIXel?
- VIDPic:LOCation:WIDth <NR1>
- VIDPic:LOCation:WIDth?
- VIDPic:LOCation:X <NR1>
- VIDPic:LOCation:X?
- VIDPic:LOCation:Y <NR1>
- VIDPic:LOCation:Y?
- VIDPic:SOUrce {CH<x>}
- VIDPic:SOUrce?
- VIDPic:STANdard {NTSC|PAL}
- VIDPic:STANdard?
Vidpic
¶
Bases: SCPICmdRead
The VIDPic command tree.
Usage
- Using the
.query()method will send theVIDPic?query. - Using the
.verify(value)method will send theVIDPic?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.autocontrast: TheVIDPic:AUTOContrastcommand..brightness: TheVIDPic:BRIGHTNesscommand..contrast: TheVIDPic:CONTRastcommand..display: TheVIDPic:DISplaycommand..frametype: TheVIDPic:FRAMETYPecommand..location: TheVIDPic:LOCationcommand tree..source: TheVIDPic:SOUrcecommand..standard: TheVIDPic:STANdardcommand.
autocontrast
property
¶
autocontrast: VidpicAutocontrast
Return the VIDPic:AUTOContrast command.
Description
- Sets (or queries) the video picture automatic contrast state. Automatic contrast uses histogram equalization to optimize the use of brightness levels; each brightness level occupies approximately the same area in the image.
Usage
- Using the
.query()method will send theVIDPic:AUTOContrast?query. - Using the
.verify(value)method will send theVIDPic:AUTOContrast?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVIDPic:AUTOContrast valuecommand.
SCPI Syntax
- VIDPic:AUTOContrast {ON|OFF|1|0}
- VIDPic:AUTOContrast?
Info
1or ON turns on the auto contrast state for the video picture feature.0or OFF turns it off.
Sub-properties
.updaterate: TheVIDPic:AUTOContrast:UPDATERatecommand.
brightness
property
¶
brightness: VidpicBrightness
Return the VIDPic:BRIGHTNess command.
Description
- Sets (or queries) the video picture brightness level as an integer percentage.
Usage
- Using the
.query()method will send theVIDPic:BRIGHTNess?query. - Using the
.verify(value)method will send theVIDPic:BRIGHTNess?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVIDPic:BRIGHTNess valuecommand.
SCPI Syntax
- VIDPic:BRIGHTNess <NR1>
- VIDPic:BRIGHTNess?
contrast
property
¶
contrast: VidpicContrast
Return the VIDPic:CONTRast command.
Description
- Sets (or queries) the video picture contrast level as an integer percentage.
Usage
- Using the
.query()method will send theVIDPic:CONTRast?query. - Using the
.verify(value)method will send theVIDPic:CONTRast?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVIDPic:CONTRast valuecommand.
SCPI Syntax
- VIDPic:CONTRast <NR1>
- VIDPic:CONTRast?
display
property
¶
display: VidpicDisplay
Return the VIDPic:DISplay command.
Description
- Sets (or queries) the video picture display state.
Usage
- Using the
.query()method will send theVIDPic:DISplay?query. - Using the
.verify(value)method will send theVIDPic:DISplay?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVIDPic:DISplay valuecommand.
SCPI Syntax
- VIDPic:DISplay {ON|OFF|1|0}
- VIDPic:DISplay?
Info
1or ON turns on the video picture display feature.0or OFF turns it off.
frametype
property
¶
frametype: VidpicFrametype
Return the VIDPic:FRAMETYPe command.
Description
- Sets (or queries) the video picture frame type (ODD, EVEN or INTERLAced). Interlaced frames combine successive odd and even frames by displaying alternating lines from each. The resulting image has twice as many rows, which changes its aspect ratio.
Usage
- Using the
.query()method will send theVIDPic:FRAMETYPe?query. - Using the
.verify(value)method will send theVIDPic:FRAMETYPe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVIDPic:FRAMETYPe valuecommand.
SCPI Syntax
- VIDPic:FRAMETYPe {ODD|EVEN|INTERLAced}
- VIDPic:FRAMETYPe?
Info
ODDsets the frame type to Odd.EVENsets the frame type to Even.INTERLAcedsets the frame type to Interlaced.
location
property
¶
location: VidpicLocation
Return the VIDPic:LOCation command tree.
Usage
- Using the
.query()method will send theVIDPic:LOCation?query. - Using the
.verify(value)method will send theVIDPic:LOCation?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.height: TheVIDPic:LOCation:HEIghtcommand..offset: TheVIDPic:LOCation:OFFSetcommand..start: TheVIDPic:LOCation:STARtcommand tree..width: TheVIDPic:LOCation:WIDthcommand..x: TheVIDPic:LOCation:Xcommand..y: TheVIDPic:LOCation:Ycommand.
source
property
¶
source: VidpicSource
Return the VIDPic:SOUrce command.
Description
- Sets (or queries) the channel to use for the video picture source waveform.
Usage
- Using the
.query()method will send theVIDPic:SOUrce?query. - Using the
.verify(value)method will send theVIDPic:SOUrce?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVIDPic:SOUrce valuecommand.
SCPI Syntax
- VIDPic:SOUrce {CH<x>}
- VIDPic:SOUrce?
Info
CH<x>specify which channel to use for the video picture source waveform.
standard
property
¶
standard: VidpicStandard
Return the VIDPic:STANdard command.
Description
- Sets (or queries) which video picture standard to use (either NTSC or PAL).
Usage
- Using the
.query()method will send theVIDPic:STANdard?query. - Using the
.verify(value)method will send theVIDPic:STANdard?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVIDPic:STANdard valuecommand.
SCPI Syntax
- VIDPic:STANdard {NTSC|PAL}
- VIDPic:STANdard?
Info
NTSCsets the video picture standard to NTSC (National Television Systems Committee).PALsets the video picture standard to PAL (Phase Alternation Line).
VidpicAutocontrast
¶
Bases: SCPICmdWrite, SCPICmdRead
The VIDPic:AUTOContrast command.
Description
- Sets (or queries) the video picture automatic contrast state. Automatic contrast uses histogram equalization to optimize the use of brightness levels; each brightness level occupies approximately the same area in the image.
Usage
- Using the
.query()method will send theVIDPic:AUTOContrast?query. - Using the
.verify(value)method will send theVIDPic:AUTOContrast?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVIDPic:AUTOContrast valuecommand.
SCPI Syntax
- VIDPic:AUTOContrast {ON|OFF|1|0}
- VIDPic:AUTOContrast?
Info
1or ON turns on the auto contrast state for the video picture feature.0or OFF turns it off.
Properties
.updaterate: TheVIDPic:AUTOContrast:UPDATERatecommand.
updaterate
property
¶
updaterate: VidpicAutocontrastUpdaterate
Return the VIDPic:AUTOContrast:UPDATERate command.
Description
- Sets (or queries) the number of frames between automatic contrast updates.
Usage
- Using the
.query()method will send theVIDPic:AUTOContrast:UPDATERate?query. - Using the
.verify(value)method will send theVIDPic:AUTOContrast:UPDATERate?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVIDPic:AUTOContrast:UPDATERate valuecommand.
SCPI Syntax
- VIDPic:AUTOContrast:UPDATERate <NR1>
- VIDPic:AUTOContrast:UPDATERate?
VidpicAutocontrastUpdaterate
¶
Bases: SCPICmdWrite, SCPICmdRead
The VIDPic:AUTOContrast:UPDATERate command.
Description
- Sets (or queries) the number of frames between automatic contrast updates.
Usage
- Using the
.query()method will send theVIDPic:AUTOContrast:UPDATERate?query. - Using the
.verify(value)method will send theVIDPic:AUTOContrast:UPDATERate?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVIDPic:AUTOContrast:UPDATERate valuecommand.
SCPI Syntax
- VIDPic:AUTOContrast:UPDATERate <NR1>
- VIDPic:AUTOContrast:UPDATERate?
VidpicBrightness
¶
Bases: SCPICmdWrite, SCPICmdRead
The VIDPic:BRIGHTNess command.
Description
- Sets (or queries) the video picture brightness level as an integer percentage.
Usage
- Using the
.query()method will send theVIDPic:BRIGHTNess?query. - Using the
.verify(value)method will send theVIDPic:BRIGHTNess?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVIDPic:BRIGHTNess valuecommand.
SCPI Syntax
- VIDPic:BRIGHTNess <NR1>
- VIDPic:BRIGHTNess?
VidpicContrast
¶
Bases: SCPICmdWrite, SCPICmdRead
The VIDPic:CONTRast command.
Description
- Sets (or queries) the video picture contrast level as an integer percentage.
Usage
- Using the
.query()method will send theVIDPic:CONTRast?query. - Using the
.verify(value)method will send theVIDPic:CONTRast?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVIDPic:CONTRast valuecommand.
SCPI Syntax
- VIDPic:CONTRast <NR1>
- VIDPic:CONTRast?
VidpicDisplay
¶
Bases: SCPICmdWrite, SCPICmdRead
The VIDPic:DISplay command.
Description
- Sets (or queries) the video picture display state.
Usage
- Using the
.query()method will send theVIDPic:DISplay?query. - Using the
.verify(value)method will send theVIDPic:DISplay?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVIDPic:DISplay valuecommand.
SCPI Syntax
- VIDPic:DISplay {ON|OFF|1|0}
- VIDPic:DISplay?
Info
1or ON turns on the video picture display feature.0or OFF turns it off.
VidpicFrametype
¶
Bases: SCPICmdWrite, SCPICmdRead
The VIDPic:FRAMETYPe command.
Description
- Sets (or queries) the video picture frame type (ODD, EVEN or INTERLAced). Interlaced frames combine successive odd and even frames by displaying alternating lines from each. The resulting image has twice as many rows, which changes its aspect ratio.
Usage
- Using the
.query()method will send theVIDPic:FRAMETYPe?query. - Using the
.verify(value)method will send theVIDPic:FRAMETYPe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVIDPic:FRAMETYPe valuecommand.
SCPI Syntax
- VIDPic:FRAMETYPe {ODD|EVEN|INTERLAced}
- VIDPic:FRAMETYPe?
Info
ODDsets the frame type to Odd.EVENsets the frame type to Even.INTERLAcedsets the frame type to Interlaced.
VidpicLocation
¶
Bases: SCPICmdRead
The VIDPic:LOCation command tree.
Usage
- Using the
.query()method will send theVIDPic:LOCation?query. - Using the
.verify(value)method will send theVIDPic:LOCation?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.height: TheVIDPic:LOCation:HEIghtcommand..offset: TheVIDPic:LOCation:OFFSetcommand..start: TheVIDPic:LOCation:STARtcommand tree..width: TheVIDPic:LOCation:WIDthcommand..x: TheVIDPic:LOCation:Xcommand..y: TheVIDPic:LOCation:Ycommand.
height
property
¶
height: VidpicLocationHeight
Return the VIDPic:LOCation:HEIght command.
Description
- Sets (or queries) the video picture height, in rows.
Usage
- Using the
.query()method will send theVIDPic:LOCation:HEIght?query. - Using the
.verify(value)method will send theVIDPic:LOCation:HEIght?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVIDPic:LOCation:HEIght valuecommand.
SCPI Syntax
- VIDPic:LOCation:HEIght <NR1>
- VIDPic:LOCation:HEIght?
offset
property
¶
offset: VidpicLocationOffset
Return the VIDPic:LOCation:OFFSet command.
Description
- Sets (or queries) the video picture line-to-line offset. This is the amount of additional delay time to add between lines of the video picture.
Usage
- Using the
.query()method will send theVIDPic:LOCation:OFFSet?query. - Using the
.verify(value)method will send theVIDPic:LOCation:OFFSet?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVIDPic:LOCation:OFFSet valuecommand.
SCPI Syntax
- VIDPic:LOCation:OFFSet <NR3>
- VIDPic:LOCation:OFFSet?
start
property
¶
start: VidpicLocationStart
Return the VIDPic:LOCation:STARt command tree.
Usage
- Using the
.query()method will send theVIDPic:LOCation:STARt?query. - Using the
.verify(value)method will send theVIDPic:LOCation:STARt?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.line: TheVIDPic:LOCation:STARt:LINEcommand..pixel: TheVIDPic:LOCation:STARt:PIXelcommand.
width
property
¶
width: VidpicLocationWidth
Return the VIDPic:LOCation:WIDth command.
Description
- Sets (or queries) the video picture width, in columns.
Usage
- Using the
.query()method will send theVIDPic:LOCation:WIDth?query. - Using the
.verify(value)method will send theVIDPic:LOCation:WIDth?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVIDPic:LOCation:WIDth valuecommand.
SCPI Syntax
- VIDPic:LOCation:WIDth <NR1>
- VIDPic:LOCation:WIDth?
x
property
¶
Return the VIDPic:LOCation:X command.
Description
- Sets (or queries) the video picture X origin location, in columns.
Usage
- Using the
.query()method will send theVIDPic:LOCation:X?query. - Using the
.verify(value)method will send theVIDPic:LOCation:X?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVIDPic:LOCation:X valuecommand.
SCPI Syntax
- VIDPic:LOCation:X <NR1>
- VIDPic:LOCation:X?
y
property
¶
Return the VIDPic:LOCation:Y command.
Description
- Sets (or queries) the video picture Y origin location, in rows.
Usage
- Using the
.query()method will send theVIDPic:LOCation:Y?query. - Using the
.verify(value)method will send theVIDPic:LOCation:Y?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVIDPic:LOCation:Y valuecommand.
SCPI Syntax
- VIDPic:LOCation:Y <NR1>
- VIDPic:LOCation:Y?
VidpicLocationHeight
¶
Bases: SCPICmdWrite, SCPICmdRead
The VIDPic:LOCation:HEIght command.
Description
- Sets (or queries) the video picture height, in rows.
Usage
- Using the
.query()method will send theVIDPic:LOCation:HEIght?query. - Using the
.verify(value)method will send theVIDPic:LOCation:HEIght?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVIDPic:LOCation:HEIght valuecommand.
SCPI Syntax
- VIDPic:LOCation:HEIght <NR1>
- VIDPic:LOCation:HEIght?
VidpicLocationOffset
¶
Bases: SCPICmdWrite, SCPICmdRead
The VIDPic:LOCation:OFFSet command.
Description
- Sets (or queries) the video picture line-to-line offset. This is the amount of additional delay time to add between lines of the video picture.
Usage
- Using the
.query()method will send theVIDPic:LOCation:OFFSet?query. - Using the
.verify(value)method will send theVIDPic:LOCation:OFFSet?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVIDPic:LOCation:OFFSet valuecommand.
SCPI Syntax
- VIDPic:LOCation:OFFSet <NR3>
- VIDPic:LOCation:OFFSet?
VidpicLocationStart
¶
Bases: SCPICmdRead
The VIDPic:LOCation:STARt command tree.
Usage
- Using the
.query()method will send theVIDPic:LOCation:STARt?query. - Using the
.verify(value)method will send theVIDPic:LOCation:STARt?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.line: TheVIDPic:LOCation:STARt:LINEcommand..pixel: TheVIDPic:LOCation:STARt:PIXelcommand.
line
property
¶
line: VidpicLocationStartLine
Return the VIDPic:LOCation:STARt:LINE command.
Description
- Sets (or queries) the video picture starting line number.
Usage
- Using the
.query()method will send theVIDPic:LOCation:STARt:LINE?query. - Using the
.verify(value)method will send theVIDPic:LOCation:STARt:LINE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVIDPic:LOCation:STARt:LINE valuecommand.
SCPI Syntax
- VIDPic:LOCation:STARt:LINE <NR1>
- VIDPic:LOCation:STARt:LINE?
pixel
property
¶
pixel: VidpicLocationStartPixel
Return the VIDPic:LOCation:STARt:PIXel command.
Description
- Sets (or queries) the video picture starting pixel in each line The range for this value varies with the instrument screen geometry. Each video line is an analog signal of nominally 63.5us duration (10.9us blanking + 52.6us active video) that can be sampled from 1MS/s to 100MS/s, giving from 52.6 to 5260 video samples or ‘pixels’ per output line. The start pixel is the starting sample in each line; it is limited to a single line at the current sample rate, i.e. ranges between -10.9 to 52.6 and -1090 to +5260.
Usage
- Using the
.query()method will send theVIDPic:LOCation:STARt:PIXel?query. - Using the
.verify(value)method will send theVIDPic:LOCation:STARt:PIXel?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVIDPic:LOCation:STARt:PIXel valuecommand.
SCPI Syntax
- VIDPic:LOCation:STARt:PIXel <NR1>
- VIDPic:LOCation:STARt:PIXel?
VidpicLocationStartLine
¶
Bases: SCPICmdWrite, SCPICmdRead
The VIDPic:LOCation:STARt:LINE command.
Description
- Sets (or queries) the video picture starting line number.
Usage
- Using the
.query()method will send theVIDPic:LOCation:STARt:LINE?query. - Using the
.verify(value)method will send theVIDPic:LOCation:STARt:LINE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVIDPic:LOCation:STARt:LINE valuecommand.
SCPI Syntax
- VIDPic:LOCation:STARt:LINE <NR1>
- VIDPic:LOCation:STARt:LINE?
VidpicLocationStartPixel
¶
Bases: SCPICmdWrite, SCPICmdRead
The VIDPic:LOCation:STARt:PIXel command.
Description
- Sets (or queries) the video picture starting pixel in each line The range for this value varies with the instrument screen geometry. Each video line is an analog signal of nominally 63.5us duration (10.9us blanking + 52.6us active video) that can be sampled from 1MS/s to 100MS/s, giving from 52.6 to 5260 video samples or ‘pixels’ per output line. The start pixel is the starting sample in each line; it is limited to a single line at the current sample rate, i.e. ranges between -10.9 to 52.6 and -1090 to +5260.
Usage
- Using the
.query()method will send theVIDPic:LOCation:STARt:PIXel?query. - Using the
.verify(value)method will send theVIDPic:LOCation:STARt:PIXel?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVIDPic:LOCation:STARt:PIXel valuecommand.
SCPI Syntax
- VIDPic:LOCation:STARt:PIXel <NR1>
- VIDPic:LOCation:STARt:PIXel?
VidpicLocationWidth
¶
Bases: SCPICmdWrite, SCPICmdRead
The VIDPic:LOCation:WIDth command.
Description
- Sets (or queries) the video picture width, in columns.
Usage
- Using the
.query()method will send theVIDPic:LOCation:WIDth?query. - Using the
.verify(value)method will send theVIDPic:LOCation:WIDth?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVIDPic:LOCation:WIDth valuecommand.
SCPI Syntax
- VIDPic:LOCation:WIDth <NR1>
- VIDPic:LOCation:WIDth?
VidpicLocationX
¶
Bases: SCPICmdWrite, SCPICmdRead
The VIDPic:LOCation:X command.
Description
- Sets (or queries) the video picture X origin location, in columns.
Usage
- Using the
.query()method will send theVIDPic:LOCation:X?query. - Using the
.verify(value)method will send theVIDPic:LOCation:X?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVIDPic:LOCation:X valuecommand.
SCPI Syntax
- VIDPic:LOCation:X <NR1>
- VIDPic:LOCation:X?
VidpicLocationY
¶
Bases: SCPICmdWrite, SCPICmdRead
The VIDPic:LOCation:Y command.
Description
- Sets (or queries) the video picture Y origin location, in rows.
Usage
- Using the
.query()method will send theVIDPic:LOCation:Y?query. - Using the
.verify(value)method will send theVIDPic:LOCation:Y?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVIDPic:LOCation:Y valuecommand.
SCPI Syntax
- VIDPic:LOCation:Y <NR1>
- VIDPic:LOCation:Y?
VidpicSource
¶
Bases: SCPICmdWrite, SCPICmdRead
The VIDPic:SOUrce command.
Description
- Sets (or queries) the channel to use for the video picture source waveform.
Usage
- Using the
.query()method will send theVIDPic:SOUrce?query. - Using the
.verify(value)method will send theVIDPic:SOUrce?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVIDPic:SOUrce valuecommand.
SCPI Syntax
- VIDPic:SOUrce {CH<x>}
- VIDPic:SOUrce?
Info
CH<x>specify which channel to use for the video picture source waveform.
VidpicStandard
¶
Bases: SCPICmdWrite, SCPICmdRead
The VIDPic:STANdard command.
Description
- Sets (or queries) which video picture standard to use (either NTSC or PAL).
Usage
- Using the
.query()method will send theVIDPic:STANdard?query. - Using the
.verify(value)method will send theVIDPic:STANdard?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVIDPic:STANdard valuecommand.
SCPI Syntax
- VIDPic:STANdard {NTSC|PAL}
- VIDPic:STANdard?
Info
NTSCsets the video picture standard to NTSC (National Television Systems Committee).PALsets the video picture standard to PAL (Phase Alternation Line).